Skip to content

Commit

Permalink
Remove unused command and zstr library
Browse files Browse the repository at this point in the history
  • Loading branch information
lightvector committed Jan 13, 2021
1 parent 694f01e commit 5ee32ec
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1,153 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The code in this repository currently relies on several other libraries, parts of libraries,
or external files: clblast, filesystem-1.3.6, half-2.1.0, httplib, mozilla-cacerts, nlohmann_json,
sgfmill, tclap-1.2.2, and zstr. For the licenses for those libraries and/or files, see the
sgfmill, and tclap-1.2.2. For the licenses for those libraries and/or files, see the
individual readmes and/or license files for each one within their respective subdirectories within
cpp/external. Additionally, cpp/core/sha2.cpp derives from another piece of external code
and embeds its own license within that file.
Expand Down
2 changes: 0 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ add_executable(katago
dataio/numpywrite.cpp
dataio/trainingwrite.cpp
dataio/loadmodel.cpp
dataio/lzparse.cpp
dataio/homedata.cpp
neuralnet/nninputs.cpp
neuralnet/modelversion.cpp
Expand Down Expand Up @@ -300,7 +299,6 @@ add_executable(katago
command/evalsgf.cpp
command/gatekeeper.cpp
command/gtp.cpp
command/lzcost.cpp
command/match.cpp
command/matchauto.cpp
command/misc.cpp
Expand Down
159 changes: 0 additions & 159 deletions cpp/command/lzcost.cpp

This file was deleted.

Loading

0 comments on commit 5ee32ec

Please sign in to comment.