Skip to content

Commit af1281e

Browse files
authored
Remove redundant assignment from cxoCursor_setBindVariables (#421)
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
1 parent 528dec6 commit af1281e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cxoCursor.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,6 @@ int cxoCursor_setBindVariables(cxoCursor *cursor, PyObject *parameters,
782782
else cursor->bindVariables = PyDict_New();
783783
if (!cursor->bindVariables)
784784
return -1;
785-
origNumParams = 0;
786785
}
787786

788787
// handle positional binds

0 commit comments

Comments
 (0)