summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/format/dex/dex.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/format/dex/dex.c b/src/format/dex/dex.c
index 35ffe47..afd9db1 100755
--- a/src/format/dex/dex.c
+++ b/src/format/dex/dex.c
@@ -514,11 +514,7 @@ char *_g_data_type_to_string(const GDataType *type, bool simple)
size_t g_dex_format_count_classes(const GDexFormat *format)
{
- return 0;
-
-#if 0
- return format->classes_count;
-#endif
+ return format->header.class_defs_size;
}