diff options
author | Adam <Adam@anope.org> | 2011-04-25 03:16:57 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-05-16 04:07:56 -0400 |
commit | 076ebafa1b4cc935c466c615b94eaac415af9a67 (patch) | |
tree | dbc8b0f9e7b6f954569c13ad35598f5ebe8a081d /src/init.cpp | |
parent | 6922bd239c778e8f6f2081476ce20b9426c515ad (diff) |
Moved some global functions to be member functions and misc cleanup
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/init.cpp b/src/init.cpp index f79de5a34..c508b75ea 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -209,10 +209,6 @@ static void write_pidfile() /*************************************************************************/ -/* Overall initialization routines. Return 0 on success, -1 on failure. */ - -int openlog_failed = 0, openlog_errno = 0; - void Init(int ac, char **av) { int started_from_term = isatty(0) && isatty(1) && isatty(2); |