From: Tom Lane Date: Sun, 17 Jul 2016 23:18:19 +0000 (-0400) Subject: Remove obsolete comment. X-Git-Tag: REL9_6_BETA3~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65632082b7eb3c7d56f1b42e1df452d0f66bc189;p=postgresql Remove obsolete comment. Peter Geoghegan --- diff --git a/src/backend/utils/fmgr/fmgr.c b/src/backend/utils/fmgr/fmgr.c index ad8541c218..7e6a60d624 100644 --- a/src/backend/utils/fmgr/fmgr.c +++ b/src/backend/utils/fmgr/fmgr.c @@ -1306,10 +1306,6 @@ FunctionCall1Coll(FmgrInfo *flinfo, Oid collation, Datum arg1) Datum FunctionCall2Coll(FmgrInfo *flinfo, Oid collation, Datum arg1, Datum arg2) { - /* - * XXX if you change this routine, see also the inlined version in - * utils/sort/tuplesort.c! - */ FunctionCallInfoData fcinfo; Datum result;