some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / lodash / _setToString.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/lodash/_setToString.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/lodash/_setToString.js
deleted file mode 100644 (file)
index 6ca8419..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-var baseSetToString = require('./_baseSetToString'),
-    shortOut = require('./_shortOut');
-
-/**
- * Sets the `toString` method of `func` to return `string`.
- *
- * @private
- * @param {Function} func The function to modify.
- * @param {Function} string The `toString` result.
- * @returns {Function} Returns `func`.
- */
-var setToString = shortOut(baseSetToString);
-
-module.exports = setToString;