summaryrefslogtreecommitdiff
path: root/plugins/dex/method.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dex/method.h')
-rw-r--r--plugins/dex/method.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/dex/method.h b/plugins/dex/method.h
index 2b99715..e567832 100644
--- a/plugins/dex/method.h
+++ b/plugins/dex/method.h
@@ -96,9 +96,6 @@ bool g_dex_method_get_offset(const GDexMethod *method, phys_t *);
/* Fournit des indications sur la nature d'une variable donnée. */
DexVariableIndex g_dex_method_get_variable(const GDexMethod *, uint32_t);
-/* Procède à la décompilation complète d'une routine donnée. */
-//void g_dex_method_decompile(const GDexMethod *, GLangOutput *, GCodeBuffer *);
-
#endif /* _PLUGINS_DEX_METHOD_H */