Index: src/trusted/manifest_name_service_proxy/build.scons |
diff --git a/src/trusted/manifest_name_service_proxy/build.scons b/src/trusted/manifest_name_service_proxy/build.scons |
deleted file mode 100644 |
index 292dd72df55bc69be341d0787372e3500cc734db..0000000000000000000000000000000000000000 |
--- a/src/trusted/manifest_name_service_proxy/build.scons |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-# -*- python -*- |
-# Copyright (c) 2011 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. |
- |
-Import('env') |
- |
-manifest_proxy_inputs = [ |
- 'manifest_proxy.c', |
-] |
- |
-env.DualLibrary('manifest_proxy', manifest_proxy_inputs) |