summaryrefslogtreecommitdiffstats
path: root/third_party/dmg_fp/using_dmg_fp.scons
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/dmg_fp/using_dmg_fp.scons')
-rw-r--r--third_party/dmg_fp/using_dmg_fp.scons11
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/dmg_fp/using_dmg_fp.scons b/third_party/dmg_fp/using_dmg_fp.scons
deleted file mode 100644
index 8dad8dd..0000000
--- a/third_party/dmg_fp/using_dmg_fp.scons
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (c) 2008 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.
-
-Import("env")
-
-env.Append(
- LIBS = [
- 'dmg_fp',
- ],
-)