summaryrefslogtreecommitdiff
path: root/src/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.c')
-rw-r--r--src/init.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/init.c b/src/init.c
index 8c3ad6380..87a2e91fb 100644
--- a/src/init.c
+++ b/src/init.c
@@ -725,12 +725,6 @@ int init(int ac, char **av)
**/
modules_delayed_init();
- /* Write the StartGlobal */
- if (GlobalOnCycle) {
- if (GlobalOnCycleUP)
- oper_global(NULL, "%s", GlobalOnCycleUP);
- }
-
/* Success! */
return 0;
}