From 4f5d5016f08e915778bd910105689b15e6712fef Mon Sep 17 00:00:00 2001 From: Dmytro Milinevskyy Date: Sun, 22 Feb 2015 21:08:04 +0100 Subject: [PATCH] registries:mongodb: remove stale schema --- lib/dcell/registries/mongodb_adapter.rb | 14 -------------- 1 file changed, 14 deletions(-) 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