config: Remove context field

No longer used.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka
2018-08-24 19:18:03 +02:00
committed by Daniel Wagner
parent 4acde53b94
commit 52fdc4f4ae
3 changed files with 0 additions and 9 deletions

View File

@@ -74,7 +74,6 @@ class Build:
ctx = create_global_context()
ctx.config = Config(args.config, args.target, args.task)
ctx.config.set_context(ctx)
macro = Macro()