forked from github/server
unused variable, kill
This commit is contained in:
parent
5f2dc192db
commit
652136ee46
|
@ -338,9 +338,7 @@ static int a_read_i(struct storage *store, attrib ** attribs, void *owner, unsig
|
|||
|
||||
int a_read(struct storage *store, attrib ** attribs, void *owner) {
|
||||
int key, retval = AT_READ_OK;
|
||||
char zText[128];
|
||||
|
||||
zText[0] = 0;
|
||||
key = -1;
|
||||
READ_INT(store, &key);
|
||||
while (key > 0) {
|
||||
|
|
Loading…
Reference in New Issue