Index: src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter_detailed.c |
diff --git a/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter_detailed.c b/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter_detailed.c |
deleted file mode 100644 |
index d46e0dd902cbbaf2861eb4240ab6c29b500b595a..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter_detailed.c |
+++ /dev/null |
@@ -1,21 +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. |
- */ |
- |
-#include "native_client/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter_detailed.h" |
-#include "native_client/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter_internal.h" |
- |
-NaClValidatorState* NaClValidatorStateCreateDetailed( |
- const NaClPcAddress vbase, |
- const NaClMemorySize sz, |
- const NaClOpKind base_register, |
- const NaClCPUFeaturesX86 *features) { |
- NaClValidatorState* state = |
- NaClValidatorStateCreate(vbase, sz, base_register, FALSE, features); |
- if (state != NULL) { |
- state->do_detailed = TRUE; |
- } |
- return state; |
-} |