Skip to content

Commit fcfa00f

Browse files
committed
Remove #register()
1 parent d00fcf8 commit fcfa00f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

denops/dpp/loader.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,6 @@ export class Loader {
179179

180180
return this.#exts.protocol[name];
181181
}
182-
183-
async #register(type: DppExtType, path: string): Promise<void> {
184-
await this.registerPath(type, path);
185-
}
186182
}
187183

188184
async function createPathCache(

0 commit comments

Comments
 (0)