summary refs log tree commit diff stats
path: root/target/hexagon/opcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/hexagon/opcodes.h')
-rw-r--r--target/hexagon/opcodes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/hexagon/opcodes.h b/target/hexagon/opcodes.h
index fa7e321950..0ee11bd445 100644
--- a/target/hexagon/opcodes.h
+++ b/target/hexagon/opcodes.h
@@ -40,10 +40,6 @@ typedef enum {
 
 extern const char * const opcode_names[];
 
-extern const char * const opcode_reginfo[];
-extern const char * const opcode_rregs[];
-extern const char * const opcode_wregs[];
-
 typedef struct {
     const char * const encoding;
     const EncClass enc_class;