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

Unified Diff: src/trusted/validator/x86/ncval_seg_sfi/ncdecode_aux.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
Index: src/trusted/validator/x86/ncval_seg_sfi/ncdecode_aux.h
diff --git a/src/trusted/validator/x86/ncval_seg_sfi/ncdecode_aux.h b/src/trusted/validator/x86/ncval_seg_sfi/ncdecode_aux.h
deleted file mode 100644
index c82ac72a4203ea3a24a7ffc0892988c46a05927d..0000000000000000000000000000000000000000
--- a/src/trusted/validator/x86/ncval_seg_sfi/ncdecode_aux.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright (c) 2012 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.
- */
-
-/* Internal functions to be used to test single instruction parsing
- * in private_insts/enuminsts.
- */
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_SEG_SFI_NCDECODE_AUX_H_
-#define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_SEG_SFI_NCDECODE_AUX_H_
-
-#include "native_client/src/trusted/validator/x86/ncval_seg_sfi/ncdecode.h"
-
-void NCDecoderStateNewSegment(NCDecoderState* tthis);
-void NCConsumeNextInstruction(struct NCDecoderInst* inst);
-
-#endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_SEG_SFI_NCDECODE_AUX_H_ */
« no previous file with comments | « src/trusted/validator/x86/ncval_seg_sfi/ncdecode.c ('k') | src/trusted/validator/x86/ncval_seg_sfi/ncdecode_verbose.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698