diff --git a/datastore/threads/threadproxyds.nim b/datastore/threads/threadproxyds.nim index 8d85c84..6dc1ae5 100644 --- a/datastore/threads/threadproxyds.nim +++ b/datastore/threads/threadproxyds.nim @@ -133,7 +133,6 @@ template dispatchTask[BT](self: ThreadDatastore[BT], discard ctx[].signal.close() self.semaphore.release() - proc hasTask[T, DB](ctx: TaskCtx[T], ds: DB, key: KeyId) {.gcsafe.} = ## run backend command executeTask(ctx): diff --git a/tests/datastore/testthreadproxyds.nim b/tests/datastore/testthreadproxyds.nim index 78a637e..3a30948 100644 --- a/tests/datastore/testthreadproxyds.nim +++ b/tests/datastore/testthreadproxyds.nim @@ -114,7 +114,6 @@ suite "Test Basic ThreadDatastore with fsds": basicStoreTests(ds, key, bytes, otherBytes) - # suite "Test Query ThreadDatastore with fsds": # let # path = currentSourcePath() # get this file's name