unused variable, kill

This commit is contained in:
Enno Rehling 2016-02-09 16:32:01 +01:00
parent 5f2dc192db
commit 652136ee46
1 changed files with 0 additions and 2 deletions

View File

@ -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) {