BIND 10 trac639, updated. e77d93ac97216b2b67124a605649487a767e8d09 Remove empty code in file lib/cache/resolver_cache.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 8 03:06:25 UTC 2011
The branch, trac639 has been updated
via e77d93ac97216b2b67124a605649487a767e8d09 (commit)
from 8c6a400b68d28b6c9b37b186a1313eece27b8222 (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 e77d93ac97216b2b67124a605649487a767e8d09
Author: zhanglikun <zhanglikun at cnnic.cn>
Date: Wed Jun 8 11:05:08 2011 +0800
Remove empty code in file lib/cache/resolver_cache.cc
-----------------------------------------------------------------------
Summary of changes:
src/lib/cache/resolver_cache.cc | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/cache/resolver_cache.cc b/src/lib/cache/resolver_cache.cc
index 261db3c..6602f79 100644
--- a/src/lib/cache/resolver_cache.cc
+++ b/src/lib/cache/resolver_cache.cc
@@ -227,16 +227,6 @@ ResolverCache::update(const isc::dns::ConstRRsetPtr& rrset_ptr) {
}
}
-void
-ResolverCache::dump(const std::string&) {
- //TODO
-}
-
-void
-ResolverCache::load(const std::string&) {
- //TODO
-}
-
ResolverClassCache*
ResolverCache::getClassCache(const isc::dns::RRClass& cache_class) const {
for (int i = 0; i < class_caches_.size(); ++i) {
More information about the bind10-changes
mailing list