Skip to content

Commit 4512821

Browse files
Merge pull request #638 from benediktwerner/remove-removed-opening-from-starting-positions
Remove non-existent opening from starting positions
2 parents 56fcc4b + 00aa87d commit 4512821

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/scala/StartingPosition.scala

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ object StartingPosition:
133133
of(StandardFen("r1bqk2r/pp3ppp/2nppn2/2p5/2PP4/2PBPN2/P4PPP/R1BQK2R w KQkq -")),
134134
of(StandardFen("rnbqk2r/pppp1ppp/4pn2/8/1bPP4/2N2N2/PP2PPPP/R1BQKB1R b KQkq -")),
135135
of(StandardFen("rnbqk2r/pppp1ppp/4pn2/6B1/1bPP4/2N5/PP2PPPP/R2QKBNR b KQkq -")),
136-
of(StandardFen("rnbqk2r/pppp1ppp/4pn2/8/2PP4/P1P5/4PPPP/R1BQKBNR b KQkq -")),
137136
of(StandardFen("rnbqkb1r/ppp1pppp/3p1n2/8/2PP4/8/PP2PPPP/RNBQKBNR w KQkq -")),
138137
of(StandardFen("rnbqkbnr/ppp1pppp/8/3p4/2PP4/8/PP2PPPP/RNBQKBNR b KQkq -")),
139138
of(StandardFen("rnbqkbnr/ppp1pppp/8/8/2pP4/8/PP2PPPP/RNBQKBNR w KQkq -")),

0 commit comments

Comments
 (0)