From 91fc04283896d0db76f601228bd202bcd0291b17 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Tue, 22 Nov 2016 20:58:14 +0800 Subject: Resolve Absolute - Replace a TODO with the return it should have been --- src/resolve/absolute.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/resolve/absolute.cpp b/src/resolve/absolute.cpp index 462e1660..fd451ca5 100644 --- a/src/resolve/absolute.cpp +++ b/src/resolve/absolute.cpp @@ -952,7 +952,7 @@ namespace { ), (Import, Resolve_Absolute_Path_BindAbsolute__hir_from_import(context, sp, false, path, e.path); - TODO(sp, "Imports in HIR mod items - " << e.path); + return ; ), (Struct, // Bind and update path -- cgit v1.2.3