summaryrefslogtreecommitdiffstats
path: root/node_modules/mongoose/lib/driver.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mongoose/lib/driver.js')
-rw-r--r--node_modules/mongoose/lib/driver.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/node_modules/mongoose/lib/driver.js b/node_modules/mongoose/lib/driver.js
deleted file mode 100644
index cf7ca3d..0000000
--- a/node_modules/mongoose/lib/driver.js
+++ /dev/null
@@ -1,15 +0,0 @@
-'use strict';
-
-/*!
- * ignore
- */
-
-let driver = null;
-
-module.exports.get = function() {
- return driver;
-};
-
-module.exports.set = function(v) {
- driver = v;
-};