BIND 10 trac2267, updated. d2a8a10ffc18ab3c57e4008d72fe505b62c25432 [2267] cleanup: removed a redundant 'return'

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Sep 20 16:29:47 UTC 2012


The branch, trac2267 has been updated
       via  d2a8a10ffc18ab3c57e4008d72fe505b62c25432 (commit)
      from  b117859663685e898c085750bc7a0908dc42e489 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/memory/memory_client.cc |    2 --
 1 file changed, 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/memory_client.cc b/src/lib/datasrc/memory/memory_client.cc
index 50ad775..66822d2 100644
--- a/src/lib/datasrc/memory/memory_client.cc
+++ b/src/lib/datasrc/memory/memory_client.cc
@@ -466,8 +466,6 @@ public:
         }
 
         addRdataSet(zone_name, zone_data, rrset, sig_rrset);
-
-        return;
     }
 };
 



More information about the bind10-changes mailing list