From 3f6825217464a5b901c6f58c1697aff57a188efa Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 14 May 2021 23:25:54 +0200 Subject: [PATCH] Remove GNU GCC 8 --- modules/GCC8.php | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 modules/GCC8.php 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; - } -} - -?>