Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
cab788 committed May 27, 2020
1 parent c9d4d38 commit 6ac2fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion giraffez/src/convert.c
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ int _clz(uint32_t x) {

PyObject* teradata_number_from_pystring(PyObject *item, unsigned char **buf, uint16_t *packed_length) {
char *s;
int i, j, sign = 0, b, r, count = 0;
int i, sign = 0, b, r, count = 0;
PyObject *n, *nn = NULL, *str, *zero, *mask, *shift;
int8_t length = 0;
int16_t scale = 0;
Expand Down

0 comments on commit 6ac2fbe

Please sign in to comment.