summaryrefslogtreecommitdiff
path: root/src/hir/type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir/type.cpp')
-rw-r--r--src/hir/type.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/hir/type.cpp b/src/hir/type.cpp
index 45e50e6e..286136f9 100644
--- a/src/hir/type.cpp
+++ b/src/hir/type.cpp
@@ -4,9 +4,4 @@
namespace HIR {
-TypeRef::TypeRef(::HIR::Path path):
- type( TypeRef::Data::make_Path(mv$(path)) )
-{
-}
-
}