| Index: ppapi/native_client/src/trusted/plugin/arch_arm/sandbox_isa.cc
|
| diff --git a/ppapi/native_client/src/trusted/plugin/arch_arm/sandbox_isa.cc b/ppapi/native_client/src/trusted/plugin/arch_arm/sandbox_isa.cc
|
| deleted file mode 100644
|
| index 108f49be22689bef0a0372247fbadd846a24d8a7..0000000000000000000000000000000000000000
|
| --- a/ppapi/native_client/src/trusted/plugin/arch_arm/sandbox_isa.cc
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -// Copyright (c) 2012 The Chromium 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 "ppapi/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
|
|
|