buffer.c: Delete pointless initialization.
[catacomb-python] / buffer.c
index 59eaec6..245ce8f 100644 (file)
--- a/buffer.c
+++ b/buffer.c
@@ -184,7 +184,7 @@ end:
 
 static PyObject *rbmeth_getecptraw(PyObject *me, PyObject *arg)
 {
-  PyTypeObject *cobj = ecpt_pytype;
+  PyTypeObject *cobj;
   ec pt = EC_INIT;
   if (!PyArg_ParseTuple(arg, "O!:getecptraw", eccurve_pytype, &cobj))
     goto end;