Remove freefuncs.c, which hasn't been used in a long time and is not

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d1080d19b137461e619dfb51ac4301945dd6003d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-06-29T02:26:23Z
Releases: 7.1.1
Remove freefuncs.c, which hasn't been used in a long time and is not
worth the effort to continue to maintain.  Since freeObject() is not
capable of coping with cases like multiple links to a node, it's
unlikely that it ever will be useful again.  We now have memory
context management that offers a faster and more reliable way of
getting rid of arbitrary node trees (at the cost of having to know
in advance of building the tree that you'll want to get rid of it).

Files

PathChange+/−
src/backend/nodes/freefuncs.c deleted +0 −1333
src/backend/nodes/Makefile modified +4 −5