diff options
author | Adam <Adam@anope.org> | 2011-05-23 04:41:51 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-05-23 04:41:51 -0400 |
commit | 8bf8832b70dea28e2048d5952ee03247f12bda92 (patch) | |
tree | f76f670690c105ec8f9ca079d868e930fd8f205b /include/extern.h | |
parent | 4dd7e261f5704569856b5854dcc1f68010f0aaad (diff) |
Rewrote the signal handling to use sigaction
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
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; |