Remove unused local variable to fix the build
Change-Id: Ic0a77a754b649d360d07eaa9e6a93274e7eaf0a8
This commit is contained in:
parent
210caabdb5
commit
da91b1915c
1 changed files with 0 additions and 1 deletions
|
@ -3436,7 +3436,6 @@ static int persist_set_key(const char *fieldname, const char *value, int encrypt
|
|||
* sequence and its index is greater than or equal to index. Return 0 otherwise.
|
||||
*/
|
||||
static int match_multi_entry(const char *key, const char *field, unsigned index) {
|
||||
unsigned int i;
|
||||
unsigned int field_len;
|
||||
unsigned int key_index;
|
||||
field_len = strlen(field);
|
||||
|
|
Loading…
Reference in a new issue