mirror of
https://github.com/MaskRay/ccls.git
synced 2024-12-01 11:57:09 +00:00
Remove some unused declarations
This commit is contained in:
parent
079adea8ee
commit
95872d36fd
@ -6,9 +6,6 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
class Reader;
|
|
||||||
class Writer;
|
|
||||||
|
|
||||||
// Nullable null-terminated string, which is null if default constructed,
|
// Nullable null-terminated string, which is null if default constructed,
|
||||||
// but non-null if assigned.
|
// but non-null if assigned.
|
||||||
// This is used in Query{Func,Type,Var}::def to reduce memory footprint.
|
// This is used in Query{Func,Type,Var}::def to reduce memory footprint.
|
||||||
|
Loading…
Reference in New Issue
Block a user