Index: src/trusted/plugin/arch_arm/sandbox_isa.cc |
diff --git a/src/trusted/plugin/arch_arm/sandbox_isa.cc b/src/trusted/plugin/arch_arm/sandbox_isa.cc |
deleted file mode 100644 |
index d5c6041324b0f47b3d6149fa4f50d8258b747aa8..0000000000000000000000000000000000000000 |
--- a/src/trusted/plugin/arch_arm/sandbox_isa.cc |
+++ /dev/null |
@@ -1,18 +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/plugin/nexe_arch.h" |
- |
-namespace { |
-// The list of supported ISA strings for ARM. See issue: |
-// http://code.google.com/p/nativeclient/issues/detail?id=1040 for more |
-// information. Note that these string are to be case-insensitive compared. |
-const char* const kNexeArchARM = "arm"; |
-} // namespace |
- |
-namespace plugin { |
-const char* GetSandboxISA() { |
- return kNexeArchARM; |
-} |
-} // namespace plugin |