Skip to content

Commit 8f92d58

Browse files
committed
buildsystems: remove duplicate clause
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]>
1 parent 60927a0 commit 8f92d58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/buildsystems/engine.pl

-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ sub handleCompileLine
265265
shift @parts;
266266
} elsif ("$part" eq "-c") {
267267
# ignore compile flag
268-
} elsif ("$part" eq "-c") {
269268
} elsif ($part =~ /^.?-I/) {
270269
push(@incpaths, $part);
271270
} elsif ($part =~ /^.?-D/) {

0 commit comments

Comments
 (0)