summaryrefslogtreecommitdiff
path: root/src/hooks.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/hooks.cc')
-rw-r--r--src/hooks.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hooks.cc b/src/hooks.cc
index e1dff3ce..3f2bc422 100644
--- a/src/hooks.cc
+++ b/src/hooks.cc
@@ -10,8 +10,6 @@
#include <assert.h>
/******** Hooks stuff *********/
-FILE *hook_file;
-
#define MAX_ARGS 50
static hooks_chain *hooks_heads[MAX_HOOKS];