mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Remove the warning when undefining an undefined macro.
This commit is contained in:
parent
721a00b140
commit
cbcfcd0bdb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user