summaryrefslogtreecommitdiff
path: root/util/newconfig/config.g
diff options
context:
space:
mode:
Diffstat (limited to 'util/newconfig/config.g')
-rw-r--r--util/newconfig/config.g4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/newconfig/config.g b/util/newconfig/config.g
index c5b13ca622..ef3a51e13e 100644
--- a/util/newconfig/config.g
+++ b/util/newconfig/config.g
@@ -2001,10 +2001,6 @@ def verifyparse():
for op in image.exported_options:
if (getoptionvalue(op.name, op, image) == 0 and getoptionvalue(op.name, op, 0) == 0):
error("Exported option %s has no value (check Options.lb)" % op.name)
- print("Verifing global options")
- for op in global_exported_options:
- if (getoptionvalue(op.name, op, 0) == 0):
- error("Exported option %s has no value (check Options.lb)" % op.name)
exitiferrors()
#=============================================================================