test: remove stale plugin registry helper

This commit is contained in:
Peter Steinberger
2026-03-22 23:06:50 +00:00
parent c454fe0fb3
commit 1eba6f830c

View File

@@ -35,10 +35,6 @@ function createEmptyPluginRegistry(): PluginRegistry {
};
}
function createPluginRegistryStub(): PluginRegistry {
return createEmptyPluginRegistry();
}
const sessionBindingState = vi.hoisted(() => {
const records = new Map<string, SessionBindingRecord>();
let nextId = 1;