mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-14 17:03:28 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user