aboutsummaryrefslogtreecommitdiff
path: root/tools/cmake2meson.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cmake2meson.py')
-rwxr-xr-xtools/cmake2meson.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cmake2meson.py b/tools/cmake2meson.py
index eae6344..0789a0c 100755
--- a/tools/cmake2meson.py
+++ b/tools/cmake2meson.py
@@ -74,7 +74,6 @@ class Lexer:
lineno += 1
col = 1
line_start = mo.end()
- pass
elif tid == 'varexp':
yield(Token('varexp', match_text[2:-1]))
else: