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