summaryrefslogtreecommitdiff
path: root/src/format/dex/method.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dex/method.c')
-rw-r--r--src/format/dex/method.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/format/dex/method.c b/src/format/dex/method.c
index 22e7039..c721cea 100644
--- a/src/format/dex/method.c
+++ b/src/format/dex/method.c
@@ -254,7 +254,7 @@ GBinRoutine *g_dex_method_get_routine(const GDexMethod *method)
* Remarques : - *
* *
******************************************************************************/
-
+#if 0
GBinPart *g_dex_method_as_part(const GDexMethod *method)
{
GBinPart *result; /* Instance à retourner */
@@ -272,7 +272,7 @@ GBinPart *g_dex_method_as_part(const GDexMethod *method)
return result;
}
-
+#endif
/******************************************************************************
* *