ifdef out append().
authorBruce Momjian <bruce@momjian.us>
Mon, 22 Feb 1999 17:29:57 +0000 (17:29 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 22 Feb 1999 17:29:57 +0000 (17:29 +0000)
src/backend/nodes/list.c

index 122b9a56c1fc87f74cd7124c22ef8fe9e0898ccb..ede4bbbb22e8cba06950e2b623ec8e1f8e04c06b 100644 (file)
@@ -285,6 +285,7 @@ freeList(List *list)
        }
 }
 
+#ifdef NOT_USED
 /*
  * below are for backwards compatibility
  */
@@ -306,6 +307,7 @@ append(List *l1, List *l2)
        lnext(p) = newlist2;
        return newlist;
 }
+#endif
 
 #ifdef NOT_USED
 /*