summaryrefslogtreecommitdiff
path: root/src/format/dex/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dex/class.c')
-rw-r--r--src/format/dex/class.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/format/dex/class.c b/src/format/dex/class.c
index 19c004a..b866cd7 100644
--- a/src/format/dex/class.c
+++ b/src/format/dex/class.c
@@ -320,7 +320,7 @@ GDexMethod *g_dex_class_get_method(const GDexClass *class, bool virtual, size_t
* Remarques : - *
* *
******************************************************************************/
-
+#if 0
GBinPart **g_dex_class_get_parts(const GDexClass *class, GBinPart **parts, size_t *count)
{
size_t i; /* Boucle de parcours */
@@ -347,7 +347,7 @@ GBinPart **g_dex_class_get_parts(const GDexClass *class, GBinPart **parts, size_
return parts;
}
-
+#endif