[m-rev.] diff: delete an unused variable
Julien Fischer
jfischer at opturion.com
Sat Feb 7 15:56:05 AEDT 2026
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.)
Julien.
diff --git a/util/mkinit.c b/util/mkinit.c
index 6d72983f6..36f23fbae 100644
--- a/util/mkinit.c
+++ b/util/mkinit.c
@@ -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,
More information about the reviews
mailing list