Remove unused variables

This commit is contained in:
Neal Norwitz 2007-10-08 05:28:00 +00:00
parent 0ea230b80a
commit 14ef70b175
2 changed files with 0 additions and 2 deletions

View file

@ -296,7 +296,6 @@ PyObject* _pysqlite_fetch_one_row(pysqlite_Cursor* self)
PyObject* converted;
Py_ssize_t nbytes;
PyObject* buffer;
void* raw_buffer;
const char* val_str;
char buf[200];
const char* colname;