summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-12-11 14:21:29 +1100
committerChris Johns <chrisj@rtems.org>2015-12-11 16:31:05 +1100
commit27a934e46c340c27e82d8f3857feb91dadb6ae99 (patch)
tree3ffe6ebc5b983e9b6f5954663fddc3b9f2f5e3f5
parentSet the RTEMS Tools and Kernel version based on a release. (diff)
downloadrtems-source-builder-27a934e46c340c27e82d8f3857feb91dadb6ae99.tar.bz2
Remove the warning when undefining an undefined macro.
-rw-r--r--source-builder/sb/config.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/source-builder/sb/config.py b/source-builder/sb/config.py
index 127112b..441ce6c 100644
--- a/source-builder/sb/config.py
+++ b/source-builder/sb/config.py
@@ -710,8 +710,6 @@ class file:
mn = self._label(ls[1])
if mn in self.macros:
del self.macros[mn]
- else:
- log.warning("macro '%s' not defined" % (mn))
def _ifs(self, config, ls, label, iftrue, isvalid, dir, info):
in_iftrue = True