diff options
Diffstat (limited to 'src/format/dex')
-rwxr-xr-x | src/format/dex/dex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/format/dex/dex.c b/src/format/dex/dex.c index 6061445..0d17a4d 100755 --- a/src/format/dex/dex.c +++ b/src/format/dex/dex.c @@ -224,8 +224,6 @@ static void g_dex_format_find_all_sources(GDexFormat *format) bf = G_BIN_FORMAT(format); - return; /* FIXME */ - for (i = 0; i < format->classes_count; i++) { source = g_dex_class_get_source_file(format->classes[i], format); |