| 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_ */
 | 
| 
 |