Remove redundant assignment from cxoCursor_setBindVariables (#421)
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
This commit is contained in:
parent
528dec6859
commit
af1281e535
@ -782,7 +782,6 @@ int cxoCursor_setBindVariables(cxoCursor *cursor, PyObject *parameters,
|
|||||||
else cursor->bindVariables = PyDict_New();
|
else cursor->bindVariables = PyDict_New();
|
||||||
if (!cursor->bindVariables)
|
if (!cursor->bindVariables)
|
||||||
return -1;
|
return -1;
|
||||||
origNumParams = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// handle positional binds
|
// handle positional binds
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user