From 95872d36fd67d7a286b616e414ce1ce6ffd6d6d8 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Sun, 11 Feb 2018 14:17:03 -0800 Subject: [PATCH] Remove some unused declarations --- src/nt_string.h | 3 --- 1 file changed, 3 deletions(-) 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.