diff options
Diffstat (limited to 'third_party/nix/src/libexpr/parser.hh')
-rw-r--r-- | third_party/nix/src/libexpr/parser.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/nix/src/libexpr/parser.hh b/third_party/nix/src/libexpr/parser.hh index ca7a88b3b9c1..a79e2cad281f 100644 --- a/third_party/nix/src/libexpr/parser.hh +++ b/third_party/nix/src/libexpr/parser.hh @@ -5,7 +5,6 @@ #include <optional> #include <variant> -#include <gc/gc.h> #include <glog/logging.h> #include "libexpr/eval.hh" @@ -20,7 +19,7 @@ namespace nix { -struct ParseData : public gc { +struct ParseData { EvalState& state; SymbolTable& symbols; Expr* result; |