]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1575] removed a remark comment from template
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 27 Jan 2012 18:18:11 +0000 (10:18 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 27 Jan 2012 18:18:11 +0000 (10:18 -0800)
src/lib/dns/python/nsec3hash_python.cc

index af395e3d43dfb8526e47ccb674b13f539f619c40..3c3e91b947bf96cb718aa4da44f7de6aa8ad0c5d 100644 (file)
@@ -47,9 +47,6 @@ s_NSEC3Hash::s_NSEC3Hash() : cppobj(NULL) {
 }
 
 namespace {
-// This is a template of typical code logic of python class initialization
-// with C++ backend.  You'll need to adjust it according to details of the
-// actual C++ class.
 int
 NSEC3Hash_init(PyObject* po_self, PyObject* args, PyObject*) {
     s_NSEC3Hash* const self = static_cast<s_NSEC3Hash*>(po_self);