2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00

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

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)