Skip to content

Commit

Permalink
buildsystems: remove duplicate clause
Browse files Browse the repository at this point in the history
This seems to have been there since 259d87c (Add scripts to
generate projects for other buildsystems (MSVC vcproj, QMake),
2009-09-16), i.e. since the beginning of that file.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jan 11, 2025
1 parent b59e4b9 commit 49cf4b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/buildsystems/engine.pl
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ sub handleCompileLine
shift @parts;
} elsif ("$part" eq "-c") {
# ignore compile flag
} elsif ("$part" eq "-c") {
} elsif ($part =~ /^.?-I/) {
push(@incpaths, $part);
} elsif ($part =~ /^.?-D/) {
Expand Down

0 comments on commit 49cf4b6

Please sign in to comment.