diff options
author | John Hodge <tpg@mutabah.net> | 2016-12-01 19:05:14 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-12-01 19:05:14 +0800 |
commit | 35142acbe2deacf0cee3f92ed28e3beb01c22cd5 (patch) | |
tree | 87d07ea761ce4f4c973c417e8b0f4a6bbb1d13e0 /src/hir/type.hpp | |
parent | 264bb4feab3e128db025a77f127b256ebf4f0e49 (diff) | |
download | mrust-35142acbe2deacf0cee3f92ed28e3beb01c22cd5.tar.gz |
Trans - Enumeration work structured out, vtables hacked in
Diffstat (limited to 'src/hir/type.hpp')
-rw-r--r-- | src/hir/type.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hir/type.hpp b/src/hir/type.hpp index 52c77fc5..d7436607 100644 --- a/src/hir/type.hpp +++ b/src/hir/type.hpp @@ -23,8 +23,6 @@ struct ExprNode_Closure; class TypeRef; -typedef ::std::function< ::HIR::Compare(unsigned int, const ::HIR::TypeRef&) > t_cb_match_generics; - enum class InferClass { None, |