refactor(powermem): 移除未使用的内存提供者实例注册

This commit is contained in:
渠磊
2026-01-09 12:34:55 +08:00
parent c8a28e98d6
commit 06a2e6fbfa
@@ -308,6 +308,3 @@ class MemoryProvider(MemoryProviderBase):
return ""
# Register the memory provider instance
powermem = MemoryProvider({})