summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-05-23 04:41:51 -0400
committerAdam <Adam@anope.org>2011-05-23 04:41:51 -0400
commit8bf8832b70dea28e2048d5952ee03247f12bda92 (patch)
treef76f670690c105ec8f9ca079d868e930fd8f205b /include/extern.h
parent4dd7e261f5704569856b5854dcc1f68010f0aaad (diff)
Rewrote the signal handling to use sigaction
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h
index 7774c104f..97bc39d5a 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -115,7 +115,6 @@ E bool protocoldebug;
E bool quitting;
E bool restarting;
E Anope::string quitmsg;
-E bool save_data;
E time_t start_time;
E ConnectionSocket *UplinkSock;