Skip to content

Commit 105ee45

Browse files
committed
Merge pull request #607 from stefanpenner/master
remove unused require
2 parents abad2b5 + ebd76a7 commit 105ee45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/rebuild.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ module.exports = exports = rebuild
33

44
exports.usage = 'Runs "clean", "configure" and "build" all at once'
55

6-
var log = require('npmlog')
7-
86
function rebuild (gyp, argv, callback) {
97

108
gyp.todo.push(

0 commit comments

Comments
 (0)