From 65046b16f90bea203ba5b8315c895b34d92bc3ac Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Thu, 3 Jun 2004 14:34:31 +0000 Subject: remove brain-dead verify code git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1590 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/newconfig/config.g | 4 ---- 1 file changed, 4 deletions(-) (limited to 'util') 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() #============================================================================= -- cgit v1.2.3