aboutsummaryrefslogtreecommitdiff
path: root/modules/devices.c
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2020-05-10 09:07:39 -0700
committerLeandro Pereira <leandro@hardinfo.org>2020-05-10 09:07:39 -0700
commit1a973581859b6fcdfe25eb01d964697abb4b79ca (patch)
tree5149e369f14cc99463fe9217133c46ab119f79c3 /modules/devices.c
parent86e3c6d468e1f996ce6a1717c395d8f637c342c6 (diff)
cpuflags.conf isn't updatable for the time being, so junk it until it is
Diffstat (limited to 'modules/devices.c')
-rw-r--r--modules/devices.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/devices.c b/modules/devices.c
index cb4c723d..a2d3d758 100644
--- a/modules/devices.c
+++ b/modules/devices.c
@@ -851,12 +851,6 @@ void hi_module_init(void)
.name = N_("Update SD card manufacturer information"),
.file_name = "sdcard.ids",
},
-#if defined(ARCH_x86) || defined(ARCH_x86_64)
- {
- .name = N_("Update CPU feature database"),
- .file_name = "cpuflags.conf",
- },
-#endif /* defined(ARCH_x86) */
};
gint i;