Remove unused local variable to fix the build

Change-Id: Ic0a77a754b649d360d07eaa9e6a93274e7eaf0a8
This commit is contained in:
Brian Carlstrom 2014-12-18 17:01:40 -08:00
parent 210caabdb5
commit da91b1915c

View file

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