Remove some unused declarations

This commit is contained in:
Jacob Dufault 2018-02-11 14:17:03 -08:00
parent 079adea8ee
commit 95872d36fd

View File

@ -6,9 +6,6 @@
#include <memory>
#include <utility>
class Reader;
class Writer;
// Nullable null-terminated string, which is null if default constructed,
// but non-null if assigned.
// This is used in Query{Func,Type,Var}::def to reduce memory footprint.