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:
parent
d166646556
commit
6e675dfc30
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user