Index: src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind_impl.h |
diff --git a/src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind_impl.h b/src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind_impl.h |
deleted file mode 100644 |
index 7e565d4ca65e4f6c7e1703c4949710a5478bd119..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind_impl.h |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-/* native_client/src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind_impl.h |
- * THIS FILE IS AUTO_GENERATED DO NOT EDIT. |
- * |
- * This file was auto-generated by enum_gen.py |
- * from file ncop_expr_node_kind.enum |
- */ |
- |
-/* Define the corresponding names of NaClExpKind. */ |
-static const char* const g_NaClExpKindName[NaClExpKindEnumSize + 1] = { |
- "UndefinedExp", |
- "ExprRegister", |
- "OperandReference", |
- "ExprConstant", |
- "ExprSegmentAddress", |
- "ExprMemOffset", |
- "ExprNaClIllegal", |
- "NaClExpKindEnumSize" |
-}; |
- |
-const char* NaClExpKindName(NaClExpKind name) { |
- return name <= NaClExpKindEnumSize |
- ? g_NaClExpKindName[name] |
- : "NaClExpKind???"; |
-} |