| Index: src/trusted/plugin/nexe_arch.cc
|
| diff --git a/src/trusted/plugin/nexe_arch.cc b/src/trusted/plugin/nexe_arch.cc
|
| deleted file mode 100644
|
| index 0a5c7a481910654c8516bb48bdb9f36863d86cf3..0000000000000000000000000000000000000000
|
| --- a/src/trusted/plugin/nexe_arch.cc
|
| +++ /dev/null
|
| @@ -1,12 +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"
|
| -
|
| -#if defined(NACL_STANDALONE)
|
| -const char* NaClPluginGetSandboxISA() {
|
| - return plugin::GetSandboxISA();
|
| -}
|
| -#endif
|
| -
|
|
|