aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mlog.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/mlog.py')
-rw-r--r--mesonbuild/mlog.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/mlog.py b/mesonbuild/mlog.py
index cd06738..1bdc1ca 100644
--- a/mesonbuild/mlog.py
+++ b/mesonbuild/mlog.py
@@ -396,7 +396,6 @@ def format_list(input_list: T.List[str]) -> str:
@contextmanager
def nested(name: str = '') -> T.Generator[None, None, None]:
- global log_depth
log_depth.append(name)
try:
yield