aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index 66a97808..9873ed0f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -73,8 +73,6 @@ unsigned optimization_level = 1; /* Optimization level */
73 73
74int stack_trace_option; /* Print stack traces on runtime errors */ 74int stack_trace_option; /* Print stack traces on runtime errors */
75 75
76size_t max_match_mx = MAXMXCOUNT;
77
78char *main_function_name = "main"; 76char *main_function_name = "main";
79char *callout_server_url; 77char *callout_server_url;
80 78
@@ -853,9 +851,6 @@ struct mu_cfg_param mf_cfg_param[] = {
853 N_("Set the time span between the two DBM locking attempts."), 851 N_("Set the time span between the two DBM locking attempts."),
854 N_("time: interval") }, 852 N_("time: interval") },
855 853
856 { "max-match-mx", mu_c_size, &max_match_mx, 0, NULL,
857 N_("Maximum number of MXs used by MFL \"mx match\" operation.") },
858
859 { "runtime", mu_cfg_section, NULL }, 854 { "runtime", mu_cfg_section, NULL },
860 855
861 { NULL } 856 { NULL }

Return to:

Send suggestions and report system problems to the System administrator.