summaryrefslogtreecommitdiff
path: root/deps/npm/lib/cache/get-stat.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/cache/get-stat.js')
-rw-r--r--deps/npm/lib/cache/get-stat.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/npm/lib/cache/get-stat.js b/deps/npm/lib/cache/get-stat.js
deleted file mode 100644
index 6ea797a4da..0000000000
--- a/deps/npm/lib/cache/get-stat.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var npm = require('../npm.js')
-var correctMkdir = require('../utils/correct-mkdir.js')
-
-module.exports = function getCacheStat (cb) {
- correctMkdir(npm.cache, cb)
-}