summaryrefslogtreecommitdiff
path: root/src/arch/instruction.h
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.h
parent5480789b7a18e0eef058c4f702d4afad1c015424 (diff)
Deleted code dealing with links between instructions in the old fashion.
Diffstat (limited to 'src/arch/instruction.h')
-rw-r--r--src/arch/instruction.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/instruction.h b/src/arch/instruction.h
index d75cf54..95d2e22 100644
--- a/src/arch/instruction.h
+++ b/src/arch/instruction.h
@@ -183,9 +183,6 @@ typedef union _link_extra_info
} link_extra_info;
-/* Informe sur une éventuelle référence à une autre instruction. */
-InstructionLinkType g_arch_instruction_get_link(const GArchInstruction *, vmpa_t *);
-
/* Etablit un lien entre deux instructions. */
void g_arch_instruction_link_with(GArchInstruction *, GArchInstruction *, InstructionLinkType, ...);