Delete an unused variable.

util/mkinit.c:
    Delete the variable "init_suffix", which has never been used.
    (It was added in commit 04e614485, where it was merged on to the then CVS
     trunk from the deep2 branch.)
This commit is contained in:
Julien Fischer
2026-02-07 15:56:32 +11:00
parent 579044d267
commit 7dccb03be1

View File

@@ -114,18 +114,6 @@ const char *module_suffix[] =
"",
};
const char *init_suffix[] =
{
"",
"_type_tables",
"_debugger",
"_complexity",
"write_out_proc_statics",
"",
"",
""
};
const char *bunch_function_guard[] =
{
if_need_to_init,