summaryrefslogtreecommitdiffstats
path: root/base/using_base.scons
diff options
context:
space:
mode:
Diffstat (limited to 'base/using_base.scons')
-rw-r--r--base/using_base.scons2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/using_base.scons b/base/using_base.scons
index 08ab6c1..f3d58b4 100644
--- a/base/using_base.scons
+++ b/base/using_base.scons
@@ -11,7 +11,5 @@ Import("env")
env.Append(
LIBS = [
'base',
- # TODO(tc): remove when dmg_fp gets moved to base/third_party
- 'dmg_fp',
],
)