aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/redis/lib/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/redis/lib/util.js')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/redis/lib/util.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/redis/lib/util.js b/vnfmarket/src/main/webapp/vnfmarket/node_modules/redis/lib/util.js
deleted file mode 100644
index fc255ae9..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/redis/lib/util.js
+++ /dev/null
@@ -1,11 +0,0 @@
-// Support for very old versions of node where the module was called "sys". At some point, we should abandon this.
-
-var util;
-
-try {
- util = require("util");
-} catch (err) {
- util = require("sys");
-}
-
-module.exports = util;