aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 953d6a78..50050a72 100644
--- a/src/main.c
+++ b/src/main.c
@@ -71,7 +71,6 @@ char *ext_pp_options;
int ext_pp_options_given;
int do_trace; /* Enable tracing configuration */
-int mtasim_option; /* mtasim compatibility mode */
unsigned optimization_level = 1; /* Optimization level */
int stack_trace_option; /* Print stack traces on runtime errors */
@@ -625,8 +624,6 @@ parse_opt(int key, char *arg, struct argp_state *state)
case OPTION_MTASIM:
mtasim_option = 1;
server_flags |= MF_SERVER_FOREGROUND;
- mu_load_site_rcfile = 0;
- mu_load_user_rcfile = 0;
break;
case OPTION_SHOW_DEFAULTS:

Return to:

Send suggestions and report system problems to the System administrator.