summaryrefslogtreecommitdiff
path: root/plugins/dex/method.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-07 18:08:47 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-07 18:08:47 (GMT)
commit0442cf03782e65bd680449cc213ace9a21bb081b (patch)
tree1ad713e14aeba3189c77454c219b7ab398331615 /plugins/dex/method.h
parentae2be2044d39abebfa7b8d5ce64571e72f7ff6fd (diff)
Removed old code used for decompilation.
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 */