Skip to content

Commit

Permalink
Remove unneeded check in Vala Symbol pane (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypw authored Feb 6, 2025
1 parent 857a871 commit 522235c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/SymbolPane/Vala/ValaSymbolOutline.vala
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ public class Scratch.Services.ValaSymbolOutline : Scratch.Services.SymbolOutline
if (cancellable.is_cancelled ())
break;

var exist = find_existing (symbol, new_root, cancellable);
if (exist != null)
continue;

if (symbol.name == null)
continue;
Expand Down

0 comments on commit 522235c

Please sign in to comment.