Skip to content

Commit 01ec673

Browse files
committed
ifdef out append().
1 parent 9aa7e89 commit 01ec673

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/nodes/list.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/nodes/list.c,v 1.19 1999/02/22 06:08:47 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/nodes/list.c,v 1.20 1999/02/22 17:29:57 momjian Exp $
1111
*
1212
* NOTES
1313
* XXX a few of the following functions are duplicated to handle
@@ -285,6 +285,7 @@ freeList(List *list)
285285
}
286286
}
287287

288+
#ifdef NOT_USED
288289
/*
289290
* below are for backwards compatibility
290291
*/
@@ -306,6 +307,7 @@ append(List *l1, List *l2)
306307
lnext(p) = newlist2;
307308
return newlist;
308309
}
310+
#endif
309311

310312
#ifdef NOT_USED
311313
/*

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy