diff --git a/lib/dcell/registries/mongodb_adapter.rb b/lib/dcell/registries/mongodb_adapter.rb index f4498a1..3ae5af2 100644 --- a/lib/dcell/registries/mongodb_adapter.rb +++ b/lib/dcell/registries/mongodb_adapter.rb @@ -38,20 +38,6 @@ class DCellGlobal field :value, type: BSON::Binary end - class DCellRequest - include Mongoid::Document - - field :key, type: String - field :value, type: BSON::Binary - end - - class DCellResponse - include Mongoid::Document - - field :key, type: String - field :value, type: BSON::Binary - end - class Registry def initialize(storage) @storage = storage