Skip to content

Commit

Permalink
[refactor minor] Remove unused variables in vows.addVow.runTest
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Oct 13, 2011
1 parent 006476f commit cc76162
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/vows.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ function addVow(vow) {
});

function runTest(args, ctx) {
var topic, status;

if (vow.callback instanceof String) {
return output('pending');
}
Expand Down

0 comments on commit cc76162

Please sign in to comment.