From 58df656c65980b4d2fcb3937039f45e1389e8079 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Thu, 5 Dec 2013 15:27:14 -0500 Subject: [PATCH] removed temp vars --- src/notifications.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/notifications.js b/src/notifications.js index 874e39bc3d..ada2a586b1 100644 --- a/src/notifications.js +++ b/src/notifications.js @@ -244,13 +244,10 @@ var async = require('async'), return; } - var numInboxes = results.inboxes.length, - x; - async.eachSeries(results.expiredNids, function(nid, next) { var multi = RDB.multi(); - for(x=0; x