Index: src/trusted/platform_qualify/arch/x86_32/nacl_dep_qualify.c |
=================================================================== |
--- src/trusted/platform_qualify/arch/x86_32/nacl_dep_qualify.c (revision 3470) |
+++ src/trusted/platform_qualify/arch/x86_32/nacl_dep_qualify.c (working copy) |
@@ -1,14 +0,0 @@ |
-/* |
- * Copyright 2010 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/platform_qualify/nacl_dep_qualify.h" |
- |
-int NaClCheckDEP() { |
- /* |
- * We do not require DEP, so simply report success. |
- */ |
- return 1; |
-} |