some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / chardet / match.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/chardet/match.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/chardet/match.js
deleted file mode 100644 (file)
index d52faa2..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-
-module.exports = function(det, rec, confidence, name, lang) {
-  this.confidence = confidence;
-  this.name = name || rec.name(det);
-  this.lang = lang;
-};