Skip to content

Commit 46ab54b

Browse files
committed
fix: remove old unused var
1 parent 2fdac39 commit 46ab54b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/postgresql/database_postgresql.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,6 @@ int database_select2_values (cloudsync_context *data, const char *sql, char **va
710710
// init values
711711
*value = NULL;
712712
*value2 = 0;
713-
*value3 = 0;
714713
*len = 0;
715714

716715
int rc = SPI_execute(sql, true, 0);

0 commit comments

Comments
 (0)