chore: remove dead code

This commit is contained in:
Leonardo de Moura 2020-12-13 15:50:08 -08:00
parent f345c8c708
commit d6ba0592d1

View file

@ -99,14 +99,6 @@ namespace Deriving
/- For type classes such as BEq, ToString, Format -/
namespace Default
structure AuxFun where
name : Name
declSig : Array Syntax := #[]
type : Syntax := Syntax.missing
value : Syntax := Syntax.missing
structure State where
auxFns : NameMap AuxFun -- type name to function
structure ContextCore where
classInfo : ConstantInfo