Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
benibenj committed Aug 22, 2024
1 parent ff443ad commit ed7c1c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/vs/base/browser/ui/tree/asyncDataTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,6 @@ class AsyncFindTree<TInput, T> {
currentNode = newParent;
}
}

clear(): void {
this.cachedNodes.clear();
this.root.clear();
}
}

function asObjectTreeOptions<TInput, T, TFilterData>(options?: IAsyncDataTreeOptions<T, TFilterData>): IObjectTreeOptions<IAsyncDataTreeNode<TInput, T>, TFilterData> | undefined {
Expand Down

0 comments on commit ed7c1c9

Please sign in to comment.