Merge pull request #3218 from kolloch/patch-1

De-duplicate struct PrimOp forward declaration
This commit is contained in:
Domen Kožar 2019-11-10 15:28:18 +01:00 committed by GitHub
commit 1f174226d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,6 @@ struct Env;
struct Expr;
struct ExprLambda;
struct PrimOp;
struct PrimOp;
class Symbol;
struct Pos;
class EvalState;