diff --git a/src/nt_string.h b/src/nt_string.h index 1f3d8e7b..fb27c59e 100644 --- a/src/nt_string.h +++ b/src/nt_string.h @@ -6,9 +6,6 @@ #include #include -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.