remove some unused code

This commit is contained in:
Jacob Dufault 2017-03-25 13:10:09 -07:00
parent c060e5178b
commit 2a5d8b9d3e
3 changed files with 0 additions and 5 deletions

3
.gitmodules vendored
View File

@ -1,9 +1,6 @@
[submodule "third_party/rapidjson"] [submodule "third_party/rapidjson"]
path = third_party/rapidjson path = third_party/rapidjson
url = https://github.com/miloyip/rapidjson url = https://github.com/miloyip/rapidjson
[submodule "third_party/tiny-process-library"]
path = third_party/tiny-process-library
url = https://github.com/eidheim/tiny-process-library/
[submodule "third_party/doctest"] [submodule "third_party/doctest"]
path = third_party/doctest path = third_party/doctest
url = https://github.com/onqtam/doctest url = https://github.com/onqtam/doctest

View File

@ -14,7 +14,6 @@
#include "src/threaded_queue.h" #include "src/threaded_queue.h"
#include "src/typed_bidi_message_queue.h" #include "src/typed_bidi_message_queue.h"
#include "third_party/tiny-process-library/process.hpp"
#include "third_party/doctest/doctest/doctest.h" #include "third_party/doctest/doctest/doctest.h"
#include <rapidjson/istreamwrapper.h> #include <rapidjson/istreamwrapper.h>

@ -1 +0,0 @@
Subproject commit 876ce117e7c92458bd1322f39935f28419d87b20