From: JINMEI Tatuya Date: Fri, 27 Jan 2012 18:18:11 +0000 (-0800) Subject: [1575] removed a remark comment from template X-Git-Tag: trac2351_base~277^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9f0ce117a1905e633489bf476bd22c673aff323;p=thirdparty%2Fkea.git [1575] removed a remark comment from template --- diff --git a/src/lib/dns/python/nsec3hash_python.cc b/src/lib/dns/python/nsec3hash_python.cc index af395e3d43..3c3e91b947 100644 --- a/src/lib/dns/python/nsec3hash_python.cc +++ b/src/lib/dns/python/nsec3hash_python.cc @@ -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(po_self);