Remove ConcurrentDatastore type

This commit is contained in:
Tomasz Bekas 2023-12-20 10:55:59 +01:00
parent a6ab178092
commit b692737eed
1 changed files with 0 additions and 1 deletions

View File

@ -8,4 +8,3 @@ type
DatastoreKeyNotFound* = object of DatastoreError
Datastore* = ref object of RootObj
ConcurrentDatastore* = ref object of Datastore