aboutsummaryrefslogtreecommitdiffstats
path: root/include/board_state_parser.hpp
diff options
context:
space:
mode:
authorymherklotz <ymherklotz@gmail.com>2017-01-23 15:18:05 +0000
committerymherklotz <ymherklotz@gmail.com>2017-01-23 15:18:05 +0000
commit7ec074f67ae29a792e718fc48f7817b3a77b81ad (patch)
tree73afe11e47426139f378f5140a045571d39efcd8 /include/board_state_parser.hpp
parent43910de3a8899b332e697ba210436be70e6a6f7c (diff)
downloadChessAI-7ec074f67ae29a792e718fc48f7817b3a77b81ad.tar.gz
ChessAI-7ec074f67ae29a792e718fc48f7817b3a77b81ad.zip
Created a seperate filemakeoverfinish_parser
Diffstat (limited to 'include/board_state_parser.hpp')
-rw-r--r--include/board_state_parser.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/board_state_parser.hpp b/include/board_state_parser.hpp
index d98ac4f..b054007 100644
--- a/include/board_state_parser.hpp
+++ b/include/board_state_parser.hpp
@@ -36,8 +36,6 @@ public:
static std::string getStateFromLine(const std::string& str);
protected:
private:
- static const std::size_t BOARD_SIZE = 64;
-
boardStateData boardStateVector;
std::ifstream boardFile;
};