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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/instruction.h b/src/arch/instruction.h
index fed88a3..291f160 100644
--- a/src/arch/instruction.h
+++ b/src/arch/instruction.h
@@ -62,12 +62,6 @@ GType g_arch_instruction_get_type(void);
/* Indique l'encodage d'une instruction de façon détaillée. */
const char *g_arch_instruction_get_encoding(const GArchInstruction *);
-/* Précise l'encodage d'une instruction de façon détaillée. */
-void g_arch_instruction_set_encoding(GArchInstruction *, const char *);
-
-/* Etend la désignation d'un nom d'instruction. */
-bool g_arch_instruction_extend_keyword(GArchInstruction *, const char *);
-
/* Drapeaux pour informations complémentaires */
typedef enum _ArchInstrFlag
{