diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/cmake2meson.py | 1 |
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: |