Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
tweak: removing unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 12, 2017
1 parent 8617e35 commit 11aa4ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/rm.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ const Buffer = require('safe-buffer').Buffer
const BB = require('bluebird')

const crypto = require('crypto')
const fromString = require('./util/from-string')
const fs = BB.promisifyAll(require('fs'))
const index = require('../lib/entry-index')
const memo = require('../lib/memoization')
const path = require('path')
const pipe = BB.promisify(require('mississippi').pipe)
const Tacks = require('tacks')
const test = require('tap').test
const testDir = require('./util/test-dir')(__filename)
Expand Down

0 comments on commit 11aa4ac

Please sign in to comment.