Browse Source

[1575] removed a remark comment from template

JINMEI Tatuya 13 years ago
parent
commit
f9f0ce117a
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/lib/dns/python/nsec3hash_python.cc

+ 0 - 3
src/lib/dns/python/nsec3hash_python.cc

@@ -47,9 +47,6 @@ s_NSEC3Hash::s_NSEC3Hash() : cppobj(NULL) {
 }
 }
 
 
 namespace {
 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
 int
 NSEC3Hash_init(PyObject* po_self, PyObject* args, PyObject*) {
 NSEC3Hash_init(PyObject* po_self, PyObject* args, PyObject*) {
     s_NSEC3Hash* const self = static_cast<s_NSEC3Hash*>(po_self);
     s_NSEC3Hash* const self = static_cast<s_NSEC3Hash*>(po_self);