summaryrefslogtreecommitdiff
path: root/src/arch/instruction.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-04-20 09:01:52 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-04-20 09:01:52 (GMT)
commit8962a4e61411c8362d5f4be63496977164b886a8 (patch)
tree2a6e7a772935f2ccc81cdcd9a8b0674ac739706b /src/arch/instruction.c
parent5480789b7a18e0eef058c4f702d4afad1c015424 (diff)
Deleted code dealing with links between instructions in the old fashion.
Diffstat (limited to 'src/arch/instruction.c')
-rw-r--r--src/arch/instruction.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/arch/instruction.c b/src/arch/instruction.c
index 021bdd4..46f533e 100644
--- a/src/arch/instruction.c
+++ b/src/arch/instruction.c
@@ -538,26 +538,6 @@ void g_arch_instruction_get_rw_registers(const GArchInstruction *instr, GArchReg
/******************************************************************************
* *
-* Paramètres : instr = instruction à consulter. *
-* addr = eventuelle adresse associée à faire connaître. [OUT] *
-* *
-* Description : Informe sur une éventuelle référence à une autre instruction.*
-* *
-* Retour : Type de lien trouvé ou ILT_NONE si aucun. *
-* *
-* Remarques : - *
-* *
-******************************************************************************/
-
-InstructionLinkType g_arch_instruction_get_link(const GArchInstruction *instr, vmpa_t *addr)
-{
- return instr->get_link(instr, addr);
-
-}
-
-
-/******************************************************************************
-* *
* Paramètres : instr = instruction dont les informations sont à consulter. *
* dest = ligne visée par la liaison (côté destination). *
* type = type de lien à construire. *