Remove comment and b.UtilizeCache check.

Signed-off-by: AnandkumarPatel <anandkumarpatel@gmail.com>
This commit is contained in:
AnandkumarPatel 2015-02-25 14:04:35 -08:00
parent 2420c1f03b
commit 1a5ea50aa8
1 changed files with 2 additions and 2 deletions

View File

@ -187,8 +187,8 @@ func (b *Builder) runContextCommand(args []string, allowRemote bool, allowDecomp
if err != nil {
return err
}
// If we do not have at least one hash, never use the cache
if hit && b.UtilizeCache {
if hit {
return nil
}