remove unreachable code

This commit is contained in:
Megan Marsh 2019-03-14 10:05:10 -07:00
parent 86c3c44afe
commit b52ee14776
1 changed files with 0 additions and 5 deletions

View File

@ -359,11 +359,6 @@ func (c *Core) init() error {
tryCount++
failedInterpolation = fmt.Sprintf(`"%s": "%s"`, k, v.Default)
continue
return fmt.Errorf(
// unexpected interpolation error: abort the run
"error interpolating default value for '%s': %s",
k, err)
default:
return fmt.Errorf(
// unexpected interpolation error: abort the run