| Index: src/trusted/validator/x86/ncval_reg_sfi/ncval_decode_tables.h
|
| diff --git a/src/trusted/validator/x86/ncval_reg_sfi/ncval_decode_tables.h b/src/trusted/validator/x86/ncval_reg_sfi/ncval_decode_tables.h
|
| deleted file mode 100644
|
| index 4a9346c322be57ddd5a20fb946601c0a2c23d886..0000000000000000000000000000000000000000
|
| --- a/src/trusted/validator/x86/ncval_reg_sfi/ncval_decode_tables.h
|
| +++ /dev/null
|
| @@ -1,28 +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 the validator.
|
| - */
|
| -
|
| -#ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_DECODE_TABLES_H__
|
| -#define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_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
|
| - * simplified instructions based on expectations of the (x86-64)
|
| - * ncval_reg_sfi validator.
|
| - */
|
| -extern const struct NaClDecodeTables* kNaClValDecoderTables;
|
| -
|
| -EXTERN_C_END
|
| -
|
| -#endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_DECODE_TABLES_H__ */
|
|
|