aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-17 09:55:53 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-17 09:55:53 +0200
commita0779a7b455cc489f3a12e91dc8c9d18e3bc69d8 (patch)
tree8ce4e0e3ac2470b40af3fa8c4df98584448b3d4b
parentb81979aaea68da39fdf41bd82469f4d6b8201827 (diff)
downloadlinux-conf-perf-a0779a7b455cc489f3a12e91dc8c9d18e3bc69d8.tar.gz
linux-conf-perf-a0779a7b455cc489f3a12e91dc8c9d18e3bc69d8.tar.bz2
linux-conf-perf-a0779a7b455cc489f3a12e91dc8c9d18e3bc69d8.zip
Remove usage of .config fragment file
-rw-r--r--scripts/solution.py4
1 files changed, 0 insertions, 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