Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: src/trusted/validator_x86/ncdis_decode_tables.h

Issue 625923004: Delete old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/validator_x86/ncdis.c ('k') | src/trusted/validator_x86/ncdis_decode_tables.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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__ */
« no previous file with comments | « src/trusted/validator_x86/ncdis.c ('k') | src/trusted/validator_x86/ncdis_decode_tables.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698