summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/extras/add_objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/waf/waflib/extras/add_objects.py')
-rw-r--r--third_party/waf/waflib/extras/add_objects.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/waf/waflib/extras/add_objects.py b/third_party/waf/waflib/extras/add_objects.py
deleted file mode 100644
index 5606fd661e8..00000000000
--- a/third_party/waf/waflib/extras/add_objects.py
+++ /dev/null
@@ -1,6 +0,0 @@
-#! /usr/bin/env python
-# encoding: utf-8
-# Thomas Nagy, 2011 (ita)
-
-from waflib import Logs
-Logs.warn('This tool has been merged to the main library, remove the references to "add_objects"')