Browse Source

p_usrloc: remove unnecessary increment

Lucian Balaceanu 8 years ago
parent
commit
f567695de9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/modules/p_usrloc/ul_db_watch.c

+ 0 - 1
src/modules/p_usrloc/ul_db_watch.c

@@ -145,7 +145,6 @@ void check_dbs(unsigned int ticks, void *param){
 			ul_db_check(handles->handle);
 		}
 		tmp = tmp->next;
-		i++;
 	}
 	lock_release(list_lock);
 }