De-duplicate struct PrimOp forward declaration

This commit is contained in:
Peter Kolloch
2019-11-10 10:02:22 +01:00
committed by GitHub
parent d1db7fa952
commit 2ba9f22715
-1
View File
@@ -35,7 +35,6 @@ struct Env;
struct Expr;
struct ExprLambda;
struct PrimOp;
struct PrimOp;
class Symbol;
struct Pos;
class EvalState;