summaryrefslogtreecommitdiff
path: root/plugins/dex/method.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dex/method.c')
-rw-r--r--plugins/dex/method.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/plugins/dex/method.c b/plugins/dex/method.c
index e5f6273..4d5c34c 100644
--- a/plugins/dex/method.c
+++ b/plugins/dex/method.c
@@ -488,25 +488,3 @@ DexVariableIndex g_dex_method_get_variable(const GDexMethod *method, uint32_t in
return index | DVI_LOCAL;
}
-
-
-/******************************************************************************
-* *
-* Paramètres : method = informations chargées à consulter. *
-* lang = langage à utiliser pour la sortie humaine. *
-* buffer = tampon mis à disposition pour la sortie. *
-* *
-* Description : Procède à la décompilation complète d'une routine donnée. *
-* *
-* Retour : - *
-* *
-* Remarques : - *
-* *
-******************************************************************************/
-#if 0
-void g_dex_method_decompile(const GDexMethod *method, GLangOutput *lang, GCodeBuffer *buffer)
-{
- g_binary_routine_print_code(method->routine, lang, buffer, true);
-
-}
-#endif