diff options
author | Domen Kožar <domen@dev.si> | 2019-11-10 15:28:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-10 15:28:18 +0100 |
commit | 1f174226d167c72b272d58d89560d32fa75f1654 (patch) | |
tree | 895e811ca5e2aae47d64a7e2a96134a35555bb3c /src | |
parent | d1db7fa9528154284de55d37e5186ac06fcbffc9 (diff) | |
parent | 2ba9f227154e04aefc4ed47f9f23c97a7aefa269 (diff) |
Merge pull request #3218 from kolloch/patch-1
De-duplicate struct PrimOp forward declaration
Diffstat (limited to 'src')
-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; |