summaryrefslogtreecommitdiff
path: root/src/hooks.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-18 22:35:41 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:54 +0100
commitabd9033aa9c55ffbc8140d1fbfa28fb585844f47 (patch)
tree0ac5f19676a4f6795d3c5b0ee21f85d4933240fb /src/hooks.cc
parent666ce02020925a67386429b451d23071521d6da8 (diff)
Eliminate hook_file global
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];