| Index: src/trusted/validator/x86/decoder/gen/ncop_expr_node_flag_impl.h
 | 
| diff --git a/src/trusted/validator/x86/decoder/gen/ncop_expr_node_flag_impl.h b/src/trusted/validator/x86/decoder/gen/ncop_expr_node_flag_impl.h
 | 
| deleted file mode 100644
 | 
| index 514ebbde06cf8d5f8b412f9d1bc7d9b50f5f1399..0000000000000000000000000000000000000000
 | 
| --- a/src/trusted/validator/x86/decoder/gen/ncop_expr_node_flag_impl.h
 | 
| +++ /dev/null
 | 
| @@ -1,33 +0,0 @@
 | 
| -/* native_client/src/trusted/validator/x86/decoder/gen/ncop_expr_node_flag_impl.h
 | 
| - * THIS FILE IS AUTO_GENERATED DO NOT EDIT.
 | 
| - *
 | 
| - * This file was auto-generated by enum_gen.py
 | 
| - * from file ncop_expr_node_flag.enum
 | 
| - */
 | 
| -
 | 
| -/* Define the corresponding names of NaClExpFlag. */
 | 
| -static const char* const g_NaClExpFlagName[NaClExpFlagEnumSize + 1] = {
 | 
| -  "ExprSet",
 | 
| -  "ExprUsed",
 | 
| -  "ExprAddress",
 | 
| -  "ExprSize8",
 | 
| -  "ExprSize16",
 | 
| -  "ExprSize32",
 | 
| -  "ExprSize48",
 | 
| -  "ExprSize64",
 | 
| -  "ExprUnsignedHex",
 | 
| -  "ExprSignedHex",
 | 
| -  "ExprUnsignedInt",
 | 
| -  "ExprSignedInt",
 | 
| -  "ExprImplicit",
 | 
| -  "ExprJumpTarget",
 | 
| -  "ExprDSrCase",
 | 
| -  "ExprESrCase",
 | 
| -  "NaClExpFlagEnumSize"
 | 
| -};
 | 
| -
 | 
| -const char* NaClExpFlagName(NaClExpFlag name) {
 | 
| -  return name <= NaClExpFlagEnumSize
 | 
| -    ? g_NaClExpFlagName[name]
 | 
| -    : "NaClExpFlag???";
 | 
| -}
 | 
| 
 |