summaryrefslogtreecommitdiff
path: root/src/arch/dalvik/context.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-12-12 18:38:53 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-12-12 18:38:53 (GMT)
commit3754a5e3edeea98ce426b65772708ae91b291c1f (patch)
treee292aa254f59e61f6f9672b826f08be6f428ffdd /src/arch/dalvik/context.h
parentdcc0438ff24efd5958b8d46940eb395ff2b7ed77 (diff)
Removed most of the code related to non-working decompilation.
Diffstat (limited to 'src/arch/dalvik/context.h')
-rw-r--r--src/arch/dalvik/context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/dalvik/context.h b/src/arch/dalvik/context.h
index 42399b5..7449219 100644
--- a/src/arch/dalvik/context.h
+++ b/src/arch/dalvik/context.h
@@ -31,7 +31,6 @@
#include "instruction.h"
#include "../archbase.h"
-#include "../../decomp/context.h"
@@ -73,6 +72,7 @@ GArchInstruction *g_dalvik_context_get_raw_data(GDalvikContext *, const GBinCont
/* ------------------------- CONTEXTE POUR LA DECOMPILATION ------------------------- */
+#if 0
#define G_TYPE_DALVIK_DCONTEXT g_dalvik_dcontext_get_type()
#define G_DALVIK_DCONTEXT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), g_dalvik_dcontext_get_type(), GDalvikDContext))
#define G_IS_DALVIK_DCONTEXT(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), g_dalvik_dcontext_get_type()))
@@ -93,6 +93,7 @@ GType g_dalvik_dcontext_get_type(void);
/* Crée un contexte pour la décompilation Dalvik. */
GDalvikDContext *g_dalvik_dcontext_new(void);
+#endif