summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-11 18:29:21 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-11 18:29:21 -0500
commitc22b8457eff27f5227fdf452e036b33e41e229c2 (patch)
treee7f148c117d852f323560966d15bd3f98b7bddcd /tools
parent31f85cc8039aa255f04fdccaa6bd9f54f0b65a99 (diff)
downloadfork-ledger-c22b8457eff27f5227fdf452e036b33e41e229c2.tar.gz
fork-ledger-c22b8457eff27f5227fdf452e036b33e41e229c2.tar.bz2
fork-ledger-c22b8457eff27f5227fdf452e036b33e41e229c2.zip
Did away with the "finalizer" abstraction
This was from an earlier time, when it was intended to be used by Python. But it's not needed anymore.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 74e4602c..9821bf4c 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -89,7 +89,6 @@ libledger_report_la_LDFLAGS = -release $(VERSION)
pkginclude_HEADERS = \
src/utils.h \
src/flags.h \
- src/hooks.h \
src/error.h \
src/times.h \
src/mask.h \