Remove obsolete comment.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Jul 2016 23:18:19 +0000 (19:18 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Jul 2016 23:18:19 +0000 (19:18 -0400)
Peter Geoghegan

src/backend/utils/fmgr/fmgr.c

index ad8541c218ec98237fb38294bb9bd68954af7273..7e6a60d62411d26e11dd3a4e89e924f22a3a6cc5 100644 (file)
@@ -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;