1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Make functions static or NOT_USED as appropriate.

This commit is contained in:
Bruce Momjian
1999-05-26 12:57:23 +00:00
parent 180186272a
commit 278bbf4572
34 changed files with 122 additions and 152 deletions

View File

@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nodes.h,v 1.48 1999/03/23 16:51:03 momjian Exp $
* $Id: nodes.h,v 1.49 1999/05/26 12:56:33 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -280,11 +280,6 @@ extern void *stringToNode(char *str);
*/
extern void *copyObject(void *obj);
/*
* nodes/freefuncs.c
*/
extern void freeObject(void *obj);
/*
* nodes/equalfuncs.c
*/