diff --git a/waflib/Configure.py b/waflib/Configure.py index 58971134..81d62333 100644 --- a/waflib/Configure.py +++ b/waflib/Configure.py @@ -31,11 +31,6 @@ class ConfigurationContext(Context.Context): cmd = 'configure' - error_handlers = [] - """ - Additional functions to handle configuration errors - """ - def __init__(self, **kw): super(ConfigurationContext, self).__init__(**kw) self.environ = dict(os.environ)