feat: Drop public bundled dependency to asio

This commit is contained in:
Dennis Klein
2021-06-06 09:28:18 +02:00
committed by Dennis Klein
parent 1007de8e49
commit 0c4921d650
8 changed files with 5 additions and 67 deletions

3
.gitmodules vendored
View File

@@ -1,9 +1,6 @@
[submodule "extern/googletest"]
path = extern/googletest
url = https://github.com/google/googletest
[submodule "extern/asio"]
path = extern/asio
url = https://github.com/FairRootGroup/asio
[submodule "extern/PicoSHA2"]
path = extern/PicoSHA2
url = https://github.com/okdshin/PicoSHA2