From 7dccb03be114fbbc0b6c514b7f7fc94696e42487 Mon Sep 17 00:00:00 2001 From: Julien Fischer Date: Sat, 7 Feb 2026 15:56:32 +1100 Subject: [PATCH] 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.) --- util/mkinit.c | 12 ------------ 1 file changed, 12 deletions(-) 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,