diff options
author | IgrisBRC <[email protected]> | 2024-07-23 00:24:20 +0530 |
---|---|---|
committer | IgrisBRC <[email protected]> | 2024-07-23 00:24:20 +0530 |
commit | a41979096b9c839e0c351d7fc64b15590bc59f08 (patch) | |
tree | 0466e37fedd2132b48555f446bee278794155c2d /public | |
parent | c8f5b63fb947d40a0ba057ffa08d8a4f9c37b153 (diff) |
removed unnecessary variable initialization
Diffstat (limited to 'public')
-rw-r--r-- | public/move.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/move.js b/public/move.js index 5b2ea58..9db3da6 100644 --- a/public/move.js +++ b/public/move.js @@ -23,8 +23,6 @@ let castle_black_long = true let en_passant = -1 let en_passant_move = -1 -let promotion = 0 - function check_check(board, to_move) { let king_position = [] |