phase1: remove unused variables
authorThibaut VARÈNE <hacks@slashdirt.org>
Wed, 19 Oct 2022 17:53:54 +0000 (19:53 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 15 May 2023 15:36:01 +0000 (17:36 +0200)
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
phase1/master.cfg

index 56d0a1f6c43095bfaec8d6872ef81e0a39ab5d6b..16817d4932fa5236287fa138e616081faedee0df 100644 (file)
@@ -213,9 +213,6 @@ c['prioritizeBuilders'] = prioritizeBuilders
 work_dir = os.path.abspath(ini['general'].get("workdir", "."))
 scripts_dir = os.path.abspath("../scripts")
 
-cc_command = "gcc"
-cxx_command = "g++"
-
 tree_expire = inip1.getint("expire", 0)
 config_seed = inip1.get("config_seed", "")