Browse Source

[trac859] Remove unused class

Michal 'vorner' Vaner 14 years ago
parent
commit
abdb0ff5e8

+ 1 - 1
src/lib/resolve/recursive_query.cc

@@ -309,7 +309,7 @@ private:
             }
             send();
         }
-        
+
     }
 
     // Send the current question to the given nameserver address

+ 0 - 6
src/lib/resolve/tests/recursive_query_unittest.cc

@@ -353,12 +353,6 @@ protected:
         private:
             bool* done_;
     };
-    
-    class MockResolver : public isc::resolve::ResolverInterface {
-        void resolve(const QuestionPtr& question,
-                     const ResolverInterface::CallbackPtr& callback) {
-        }
-    };
 
     // This version of mock server just stops the io_service when it is resumed
     // the second time. (Used in the clientTimeout test, where resume