BIND 10 trac2850_2, updated. 7ad877ff1d3b88b2b8430a80f6102590837c2e74 [2850] removed now-unused inclusion and using for boost::scoped_ptr
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue May 14 04:34:11 UTC 2013
The branch, trac2850_2 has been updated
via 7ad877ff1d3b88b2b8430a80f6102590837c2e74 (commit)
from c312fa4f4866b21aca35bc4987f8f0e83b198ef9 (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 7ad877ff1d3b88b2b8430a80f6102590837c2e74
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon May 13 21:33:33 2013 -0700
[2850] removed now-unused inclusion and using for boost::scoped_ptr
-----------------------------------------------------------------------
Summary of changes:
.../datasrc/tests/zone_finder_context_unittest.cc | 2 --
1 file changed, 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/zone_finder_context_unittest.cc b/src/lib/datasrc/tests/zone_finder_context_unittest.cc
index 9166c75..fc08305 100644
--- a/src/lib/datasrc/tests/zone_finder_context_unittest.cc
+++ b/src/lib/datasrc/tests/zone_finder_context_unittest.cc
@@ -36,7 +36,6 @@
#include <boost/bind.hpp>
#include <boost/foreach.hpp>
#include <boost/shared_ptr.hpp>
-#include <boost/scoped_ptr.hpp>
#include <fstream>
#include <sstream>
@@ -44,7 +43,6 @@
using namespace std;
using boost::shared_ptr;
-using boost::scoped_ptr;
using namespace isc::data;
using namespace isc::util;
More information about the bind10-changes
mailing list