diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2021-05-05 17:04:09 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2021-05-05 17:04:09 +0200 |
| commit | d25e7a8dfd64e492e4fe23876f2ccc646ed18c57 (patch) | |
| tree | ce5712615fd5068d506b48507fa2b18d5f602ba5 /src | |
| parent | 1423e70aee9385d814b0fcd835fb256e78275262 (diff) | |
forget to set the last_checked, if the ols version matches the current one.
Diffstat (limited to 'src')
| -rw-r--r-- | src/index/collector.odin | 1 |
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; } |