summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorAdam <Adam@drink-coca-cola.info>2010-05-15 03:27:09 -0400
committerAdam <Adam@anope.org>2010-06-18 21:02:12 -0400
commit2a22d9c2fdf6978858055f1143af0ec40e417424 (patch)
tree29e9665007c4245a7a427dc654261473979e115e /src/main.c
parentc477360dbf45070ff80ad8949a66429fe1ae8414 (diff)
Fixed cmake build, removed version_flags it is no longer need, removed old unneeded defs.h and split up pseudo.h
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 7a00e1e36..8b95d4a2c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -83,7 +83,6 @@ const char version_number_dotted[] = VERSION_STRING_DOTTED;
const char version_build[] =
"build #" BUILD ", compiled " __DATE__ " " __TIME__;
/* the space is needed cause if you build with nothing it will complain */
-const char version_flags[] = " " VER_OS;
/******** Local variables! ********/