Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Jul 25, 2015
1 parent 737ceb8 commit 90af4b4
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion lib/cursor.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ Cursor.prototype.map = function (mapfn, cb) {
}

Cursor.prototype.forEach = function (fn) {
var array = []
var self = this

var loop = function () {
Expand Down
1 change: 0 additions & 1 deletion test/test-cursor-explain.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
var test = require('./tape')
var insert = require('./insert')

insert('cursor.explain', [{
Expand Down
1 change: 0 additions & 1 deletion test/test-disinct.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
var test = require('./tape')
var insert = require('./insert')

insert('distinct', [{
Expand Down
1 change: 0 additions & 1 deletion test/test-drop-indexes.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var insert = require('./insert')
var concat = require('concat-stream')

insert('drop indexes', [{
name: 'Squirtle', type: 'water'
Expand Down
1 change: 0 additions & 1 deletion test/test-find-sort.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var insert = require('./insert')
var concat = require('concat-stream')

insert('sort', [{
name: 'Squirtle', type: 'water'
Expand Down
1 change: 0 additions & 1 deletion test/test-find.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
var test = require('./tape')
var insert = require('./insert')

insert('find', [{
Expand Down
1 change: 0 additions & 1 deletion test/test-map-reduce.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
var test = require('./tape')
var insert = require('./insert')

insert('remove', [{
Expand Down

0 comments on commit 90af4b4

Please sign in to comment.