summaryrefslogtreecommitdiff
path: root/src/arch/instruction.h
diff options
context:
space:
mode:
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, ...);