summaryrefslogtreecommitdiff
path: root/src/core/formats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/formats.c')
-rw-r--r--src/core/formats.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/formats.c b/src/core/formats.c
index 0e1e8e7..35d8a46 100644
--- a/src/core/formats.c
+++ b/src/core/formats.c
@@ -29,7 +29,6 @@
#include <string.h>
-#include "../format/dex/dex.h"
#include "../format/dwarf/dwarf.h"
#include "../format/dwarf/v2/dwarf.h"
#include "../format/dwarf/v3/dwarf.h"
@@ -195,14 +194,10 @@ bool load_hard_coded_formats_definitions(void)
/* Détections */
- result &= register_format_matcher(dex_is_matching, NULL);
-
result &= register_format_matcher(dwarf_is_matching, NULL);
/* Chargements */
- result &= register_format_loader("dex", "Dalvik Executable format", g_dex_format_new);
-
result &= register_format_loader("dwarf_v2", "Debugging With Arbitrary Record Formats (v2)",
g_dwarfv2_format_new);