forked from github/server
unused variable, kill
This commit is contained in:
parent
5f2dc192db
commit
652136ee46
1 changed files with 0 additions and 2 deletions
|
@ -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 a_read(struct storage *store, attrib ** attribs, void *owner) {
|
||||||
int key, retval = AT_READ_OK;
|
int key, retval = AT_READ_OK;
|
||||||
char zText[128];
|
|
||||||
|
|
||||||
zText[0] = 0;
|
|
||||||
key = -1;
|
key = -1;
|
||||||
READ_INT(store, &key);
|
READ_INT(store, &key);
|
||||||
while (key > 0) {
|
while (key > 0) {
|
||||||
|
|
Loading…
Reference in a new issue