From 2ba9f227154e04aefc4ed47f9f23c97a7aefa269 Mon Sep 17 00:00:00 2001 From: Peter Kolloch Date: Sun, 10 Nov 2019 10:02:22 +0100 Subject: [PATCH] De-duplicate struct PrimOp forward declaration --- src/libexpr/value.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libexpr/value.hh b/src/libexpr/value.hh index e1ec87d3b..6743d7fd8 100644 --- a/src/libexpr/value.hh +++ b/src/libexpr/value.hh @@ -35,7 +35,6 @@ struct Env; struct Expr; struct ExprLambda; struct PrimOp; -struct PrimOp; class Symbol; struct Pos; class EvalState;