mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-26 16:29:34 +00:00
refactor(runtime): remove unused internal wrappers
This commit is contained in:
@@ -6,7 +6,6 @@ import fs from "node:fs/promises";
|
||||
import path from "node:path";
|
||||
import { type FileLockOptions, withFileLock } from "../plugin-sdk/file-lock.js";
|
||||
import {
|
||||
clearStoreWriterQueuesForTest,
|
||||
runQueuedStoreWrite,
|
||||
type StoreWriterQueue,
|
||||
} from "../shared/store-writer-queue.js";
|
||||
@@ -45,7 +44,3 @@ export async function runExclusiveCommitmentsStoreWrite<T>(
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
export function clearCommitmentsStoreWriterQueuesForTest(): void {
|
||||
clearStoreWriterQueuesForTest(WRITER_QUEUES, "commitments store writer queue cleared for test");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user