Configure: remove unused error_handlers

ConfigurationContext's error_handlers isn't used anywhere in the whole project,
and it's unknown how it should've been implemented
This commit is contained in:
Alibek Omarov 2023-12-16 23:35:40 +00:00 committed by Waf Project
parent d166646556
commit 6e675dfc30
1 changed files with 0 additions and 5 deletions

View File

@ -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)