From 8941255c4344c0de5d29cd735e5eeb1d018371af Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 30 Apr 2024 06:56:32 +0200 Subject: Remove unnecessary else. --- faust2axo.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/faust2axo.py b/faust2axo.py index 2157221..71a6078 100755 --- a/faust2axo.py +++ b/faust2axo.py @@ -96,8 +96,7 @@ def massage_output(oldfile, newfile, xml): if skip_ifdef: if line.startswith("#endif"): skip_ifdef = False - else: - continue + continue outfile.write(line) else: -- cgit v1.2.3