From 913be88f43129c8bc48a7db5220084de116e2e2c Mon Sep 17 00:00:00 2001
From: Davide Mor <davide.mor@skywarder.eu>
Date: Mon, 5 Dec 2022 21:39:35 +0100
Subject: [PATCH] [miosix-gcc] Removed references to godbolt.org

---
 etc/config/compiler-explorer.defaults.properties | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/etc/config/compiler-explorer.defaults.properties b/etc/config/compiler-explorer.defaults.properties
index abccd070f..91cde5394 100644
--- a/etc/config/compiler-explorer.defaults.properties
+++ b/etc/config/compiler-explorer.defaults.properties
@@ -27,8 +27,6 @@ python3=/usr/bin/python3
 
 cvCompilerCountMax=15
 
-textBanner=Compilation provided by Compiler Explorer at https://godbolt.org/
-
 # If you run your own public instance of Compiler Explorer you are encouraged to write your own cookie policy and
 # privacy policy, and then to enable both these below.
 cookiePolicyEnabled=false
@@ -37,7 +35,6 @@ privacyPolicyEnabled=false
 supportsLibraryCodeFilter=false
 ldPath=${exePath}/../lib|${exePath}/../lib32|${exePath}/../lib64
 ceToolsPath=../compiler-explorer-tools
-remoteStorageServer=https://godbolt.org
 
 # this timeout exists only to work around a bug (#1875)
 # it is set to 5 minutes so that it will never be triggered
-- 
GitLab