diff options
author | Peter Kolloch <info@eigenvalue.net> | 2019-11-10 10:02:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-10 10:02:22 +0100 |
commit | 2ba9f227154e04aefc4ed47f9f23c97a7aefa269 (patch) | |
tree | 895e811ca5e2aae47d64a7e2a96134a35555bb3c | |
parent | d1db7fa9528154284de55d37e5186ac06fcbffc9 (diff) |
De-duplicate struct PrimOp forward declaration
-rw-r--r-- | src/libexpr/value.hh | 1 |
1 files changed, 0 insertions, 1 deletions
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; |