From cc76162bf1334ca53bc91e30e2d9023970559310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Thu, 13 Oct 2011 23:30:15 +0200 Subject: [PATCH] [refactor minor] Remove unused variables in `vows.addVow.runTest` --- lib/vows.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/vows.js b/lib/vows.js index e5fe6e2..bd54e18 100644 --- a/lib/vows.js +++ b/lib/vows.js @@ -81,8 +81,6 @@ function addVow(vow) { }); function runTest(args, ctx) { - var topic, status; - if (vow.callback instanceof String) { return output('pending'); }