mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
remove some unused code
This commit is contained in:
parent
c060e5178b
commit
2a5d8b9d3e
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||||
|
@ -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
third_party/tiny-process-library
vendored
1
third_party/tiny-process-library
vendored
@ -1 +0,0 @@
|
|||||||
Subproject commit 876ce117e7c92458bd1322f39935f28419d87b20
|
|
Loading…
Reference in New Issue
Block a user