From af1281e535d8e190c39647ced9199c6e1b702129 Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Sat, 18 Apr 2020 21:39:39 -0600 Subject: [PATCH] Remove redundant assignment from cxoCursor_setBindVariables (#421) Signed-off-by: Alex Henrie --- src/cxoCursor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cxoCursor.c b/src/cxoCursor.c index d813a80..8f9977b 100644 --- a/src/cxoCursor.c +++ b/src/cxoCursor.c @@ -782,7 +782,6 @@ int cxoCursor_setBindVariables(cxoCursor *cursor, PyObject *parameters, else cursor->bindVariables = PyDict_New(); if (!cursor->bindVariables) return -1; - origNumParams = 0; } // handle positional binds