Commit 3aeb1b115d
Changed files (1)
src
src/codegen.cpp
@@ -7710,13 +7710,6 @@ struct GlobalLinkageValue {
const char *name;
};
-static const GlobalLinkageValue global_linkage_values[] = {
- {GlobalLinkageIdInternal, "Internal"},
- {GlobalLinkageIdStrong, "Strong"},
- {GlobalLinkageIdWeak, "Weak"},
- {GlobalLinkageIdLinkOnce, "LinkOnce"},
-};
-
static void add_fp_entry(CodeGen *g, const char *name, uint32_t bit_count, LLVMTypeRef type_ref,
ZigType **field)
{