From d25e7a8dfd64e492e4fe23876f2ccc646ed18c57 Mon Sep 17 00:00:00 2001 From: Daniel Gavin Date: Wed, 5 May 2021 17:04:09 +0200 Subject: forget to set the last_checked, if the ols version matches the current one. --- src/index/collector.odin | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3