diff --git a/modules/GCC8.php b/modules/GCC8.php deleted file mode 100644 index ffc9b37..0000000 --- a/modules/GCC8.php +++ /dev/null @@ -1,15 +0,0 @@ -patch->setBranch('8'); - } - function check() : bool { - if ($this->fetch('https://gcc.gnu.org/')) - return $this->parse('/GCC ([\d\.]+)/'); - return false; - } -} - -?>