From b2a90f18382485854c12c99c0d01b701d528cb4d Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 16 Jul 2017 12:02:48 +0300 Subject: Removed unnecessary pass statements. --- tools/cmake2meson.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') 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: -- cgit v1.1