remove unused utility code annotation
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 8 Mar 2013 19:46:20 +0000 (20:46 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 8 Mar 2013 19:46:20 +0000 (20:46 +0100)
Cython/Utility/ObjectHandling.c

index 39c1c14..3f253a3 100644 (file)
@@ -606,7 +606,6 @@ static PyObject *__Pyx_GetNameInClass(PyObject *nmspace, PyObject *name); /*prot
 /////////////// GetNameInClass ///////////////
 //@requires: PyObjectGetAttrStr
 //@requires: GetModuleGlobalName
-//@substitute: naming
 
 static PyObject *__Pyx_GetNameInClass(PyObject *nmspace, PyObject *name) {
     PyObject *result;