aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index/collector.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index/collector.odin b/src/index/collector.odin
index 44c439b..053c27e 100644
--- a/src/index/collector.odin
+++ b/src/index/collector.odin
@@ -89,7 +89,6 @@ collect_procedure_fields :: proc(collection: ^SymbolCollection, proc_type: ^ast.
arg_types = args[:],
generic = proc_type.generic,
};
-
return value;
}