aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/x86/x86_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/devices/x86/x86_data.c')
-rw-r--r--modules/devices/x86/x86_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/devices/x86/x86_data.c b/modules/devices/x86/x86_data.c
index a2f8d7ca..837985e2 100644
--- a/modules/devices/x86/x86_data.c
+++ b/modules/devices/x86/x86_data.c
@@ -308,7 +308,7 @@ static const struct flag_to_meaning builtin_tab_flag_meaning[] = {
static struct flag_to_meaning *tab_flag_meaning;
-static char all_flags[4096] = "";
+//static char all_flags[4096] = "";
static void build_meaning_table_iter(JsonObject *object,
const gchar *member_name,