Index: src/trusted/validator_x86/ncdis_decode_tables.h |
diff --git a/src/trusted/validator_x86/ncdis_decode_tables.h b/src/trusted/validator_x86/ncdis_decode_tables.h |
deleted file mode 100644 |
index 2659baec68280d5bb3ba57a7138fa4e7683c6d7a..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator_x86/ncdis_decode_tables.h |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-/* |
- * Copyright (c) 2011 The Native Client Authors. All rights reserved. |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. |
- */ |
- |
-/* |
- * API for set of decoder tables to be used by ncdis. |
- */ |
- |
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCDIS_DECODE_TABLES_H__ |
-#define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCDIS_DECODE_TABLES_H__ |
- |
-#include "native_client/src/include/portability.h" |
- |
-EXTERN_C_BEGIN |
- |
-struct NaClDecodeTables; |
- |
-/* Defines decoding tables used by ncdis to decode instructions using |
- * the "full" instruction model. |
- */ |
-extern const struct NaClDecodeTables* kNaClDecoderTables; |
- |
-EXTERN_C_END |
- |
-#endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCDIS_DECODE_TABLES_H__ */ |