BIND 10 trac859, updated. abdb0ff5e8cdd781d7c4960bb51d8538f4e3b44e [trac859] Remove unused class

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Apr 26 11:38:40 UTC 2011


The branch, trac859 has been updated
       via  abdb0ff5e8cdd781d7c4960bb51d8538f4e3b44e (commit)
      from  b963854734ff8ba78ccb14f2e5a481c9426881c6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit abdb0ff5e8cdd781d7c4960bb51d8538f4e3b44e
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Apr 26 13:38:25 2011 +0200

    [trac859] Remove unused class

-----------------------------------------------------------------------

Summary of changes:
 src/lib/resolve/recursive_query.cc                |    2 +-
 src/lib/resolve/tests/recursive_query_unittest.cc |    6 ------
 2 files changed, 1 insertions(+), 7 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/resolve/recursive_query.cc b/src/lib/resolve/recursive_query.cc
index 1e80c37..7f28462 100644
--- a/src/lib/resolve/recursive_query.cc
+++ b/src/lib/resolve/recursive_query.cc
@@ -309,7 +309,7 @@ private:
             }
             send();
         }
-        
+
     }
 
     // Send the current question to the given nameserver address
diff --git a/src/lib/resolve/tests/recursive_query_unittest.cc b/src/lib/resolve/tests/recursive_query_unittest.cc
index aca1102..85f78ba 100644
--- a/src/lib/resolve/tests/recursive_query_unittest.cc
+++ b/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




More information about the bind10-changes mailing list