rm unused var

This commit is contained in:
Matias Alejo Garcia 2016-03-03 09:54:35 -03:00
parent 873fee2fb3
commit 530b4407e8

View File

@ -107,7 +107,7 @@ Address.prototype.setCache = function() {
if (size > MAX_CACHE_KEYS) {
console.log('%%%%%%%% deleting ~ 20% of the entries...');
var skip = _.random(4), i=0;
var skip = _.random(4);
for (var prop in deadCache)
if ( !( skip++ % 5 ) )