Commit eb8c3ee4 authored by Robert Bradshaw's avatar Robert Bradshaw

Remove unused variable.

parent 2031c534
......@@ -14,7 +14,6 @@ static int __Pyx_InitStrings(__Pyx_StringTabEntry *t); /*proto*/
//////////////////// InitStrings ////////////////////
static int __Pyx_InitStrings(__Pyx_StringTabEntry *t) {
long hash;
while (t->p) {
#if PY_MAJOR_VERSION < 3
if (t->is_unicode) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment