diff --git a/composer.json b/composer.json index a9e17c7e..ff22c18b 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,6 @@ "inc/mod/auth.php", "inc/lock.php", "inc/queue.php", - "inc/polyfill.php", "inc/functions.php" ] }, diff --git a/inc/polyfill.php b/inc/polyfill.php deleted file mode 100644 index ac40a00a..00000000 --- a/inc/polyfill.php +++ /dev/null @@ -1,28 +0,0 @@ - $i ? $i : 0]) ^ ord($theirs[$i]); - } - - return $answer === 0 && $olen === $tlen; - } -}