From 98ea5b976db44a58fb56b655f69180c3d8424961 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sat, 15 Jul 2017 16:51:56 -0300 Subject: [PATCH] cleanup --- config/config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/config.go b/config/config.go index 704935e02..39335eb2a 100644 --- a/config/config.go +++ b/config/config.go @@ -146,8 +146,6 @@ type Project struct { // test only property indicating the path to the dist folder Dist string `yaml:"-"` - Parallelism int `yaml:"-"` - // Capture all undefined fields and should be empty after loading XXX map[string]interface{} `yaml:",inline"` }