summaryrefslogtreecommitdiff
path: root/plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php')
-rw-r--r--plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php b/plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php
deleted file mode 100644
index 128e9ed95..000000000
--- a/plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-/**
- * Generate the serialized unicode_blocks.dat file shipped with the package
- */
-$unicode_blocks = include __DIR__ . '/unicode_blocks.php';
-file_put_contents(__DIR__ . '/unicode_blocks.dat', serialize($unicode_blocks));
-