diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-17 03:09:46 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-17 03:09:46 -0400 |
commit | b00999893006891affccc15cfd5d60b9adb7af8c (patch) | |
tree | 3cc5383dc127cd3a187a8e830cd8fa3c72ce455a /walk.h | |
parent | c0d7feac7f4af1b3535834f511e2e9ef2c2f7cb0 (diff) | |
download | fork-ledger-b00999893006891affccc15cfd5d60b9adb7af8c.tar.gz fork-ledger-b00999893006891affccc15cfd5d60b9adb7af8c.tar.bz2 fork-ledger-b00999893006891affccc15cfd5d60b9adb7af8c.zip |
if NO_CLEANUP is defined in the Makefile (now default), no cleanup is done
Diffstat (limited to 'walk.h')
-rw-r--r-- | walk.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -20,7 +20,6 @@ struct item_handler { item_handler(item_handler * _handler) : handler(_handler) {} virtual ~item_handler() {} virtual void close() { - flush(); if (handler) { delete handler; handler = NULL; |