From a0779a7b455cc489f3a12e91dc8c9d18e3bc69d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 17 Apr 2015 09:55:53 +0200 Subject: Remove usage of .config fragment file --- scripts/solution.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/solution.py b/scripts/solution.py index 880b988..21e1cea 100644 --- a/scripts/solution.py +++ b/scripts/solution.py @@ -90,10 +90,6 @@ def apply(): # Write solution to .config file in linux source folder with open(conf.linux_sources + '/.config', 'w') as f: - with open(conf.dot_config_fragment_file, 'r') as fconf: - for line in fconf: - f.write(line) - for txt in solut: if txt[0] == '-': nt = True -- cgit v1.2.3