Skip to content

Commit e2257d6

Browse files
committed
Remove erroneous code
1 parent 00270a1 commit e2257d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: gopher-maze-2/internal/game/game.go

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ func New(debug bool) *Game {
4444
}
4545
}
4646

47-
var a string
48-
4947
// Loop is the main game loop. It is designed
5048
// to be called as a goroutine
5149
func (g *Game) Loop(ctx context.Context) {

0 commit comments

Comments
 (0)