1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-02 17:26:44 +03:00

remove an unused variable (CVS 4751)

FossilOrigin-Name: 88846195474e620d0c3029d464d074aea6e82a22
This commit is contained in:
rse
2008-01-27 10:35:56 +00:00
parent ca4241140c
commit d18eef5c57
3 changed files with 8 additions and 9 deletions

View File

@ -4090,7 +4090,6 @@ int n;
/* Allocate a new set */
char *SetNew(){
char *s;
int i;
s = (char*)calloc( size, 1);
if( s==0 ){
extern void memory_error();