aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2022-11-18 13:42:20 -0800
committerEli Schwartz <eschwartz@archlinux.org>2023-05-31 17:19:48 -0400
commit1e79553c36bf6473a58559254dc25fc550dfca99 (patch)
tree53accd4e88739845a2fbb7f651e5ac6241db2515 /mesonbuild
parent73c054ced60a0a510a990a8f0c3377657cf9fd28 (diff)
downloadmeson-1e79553c36bf6473a58559254dc25fc550dfca99.zip
meson-1e79553c36bf6473a58559254dc25fc550dfca99.tar.gz
meson-1e79553c36bf6473a58559254dc25fc550dfca99.tar.bz2
mlog: remove out-of-date comment
This comment is out of date, we have StringProtocol which is exactly what we wanted, and it's part of TV_Loggable already
Diffstat (limited to 'mesonbuild')
-rw-r--r--mesonbuild/mlog.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mesonbuild/mlog.py b/mesonbuild/mlog.py
index bbfc8de..e6f2325 100644
--- a/mesonbuild/mlog.py
+++ b/mesonbuild/mlog.py
@@ -205,8 +205,6 @@ def normal_blue(text: str) -> AnsiDecorator:
def normal_cyan(text: str) -> AnsiDecorator:
return AnsiDecorator(text, "\033[36m")
-# This really should be AnsiDecorator or anything that implements
-# __str__(), but that requires protocols from typing_extensions
def process_markup(args: T.Sequence[TV_Loggable], keep: bool) -> T.List[str]:
arr = [] # type: T.List[str]
if log_timestamp_start is not None: