diff options
Diffstat (limited to 'src/hir/hir.hpp')
-rw-r--r-- | src/hir/hir.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hir/hir.hpp b/src/hir/hir.hpp index c6dec6c8..3447aaa0 100644 --- a/src/hir/hir.hpp +++ b/src/hir/hir.hpp @@ -204,8 +204,6 @@ TAGGED_UNION(ValueItem, Import, // -------------------------------------------------------------------- -typedef ::std::function<const ::HIR::TypeRef&(const ::HIR::TypeRef&)> t_cb_resolve_type; - class TypeImpl { public: |