o Remove a useless list where just all command lines are stuffed
authorMax Okumoto <okumoto@dragonflybsd.org>
Fri, 17 Dec 2004 08:09:58 +0000 (08:09 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Fri, 17 Dec 2004 08:09:58 +0000 (08:09 +0000)
commit7bb8b6cc577ba7124b2612a075476ba49193ab09
treea90000f6c1b3a1ef90383c20b4c10ca49fa9614a
parentec0e02f7e7a6e1e8a74363fd007ece38078c4f2e
o Remove a useless list where just all command lines are stuffed
  onto, never used and just freed at the end. The idea might have
  been to be able to free all the strings, but what's the point to
  free just before exiting?

o Remove a list that used to hold all the GNodes just to be able
  to free them just before exiting.

o Remove a list that was just used to free all variables just before
  exiting.

Taken-from: FreeBSD
Author: harti
usr.bin/make/parse.c
usr.bin/make/targ.c
usr.bin/make/var.c