some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / inherits / inherits.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/inherits/inherits.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/inherits/inherits.js
deleted file mode 100644 (file)
index f71f2d9..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-try {
-  var util = require('util');
-  /* istanbul ignore next */
-  if (typeof util.inherits !== 'function') throw '';
-  module.exports = util.inherits;
-} catch (e) {
-  /* istanbul ignore next */
-  module.exports = require('./inherits_browser.js');
-}