summaryrefslogtreecommitdiff
path: root/src/bios_reader/bios_reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bios_reader/bios_reader.c')
-rw-r--r--src/bios_reader/bios_reader.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bios_reader/bios_reader.c b/src/bios_reader/bios_reader.c
index 2b98e1f0..41908a3c 100644
--- a/src/bios_reader/bios_reader.c
+++ b/src/bios_reader/bios_reader.c
@@ -205,6 +205,7 @@ static void dump_general_definitions(void)
free(block);
}
+#if 0
static void dump_child_devices(void)
{
struct bdb_block *block;
@@ -238,6 +239,7 @@ static void dump_child_devices(void)
free(block);
}
+#endif
static void dump_lvds_options(void)
{