Browse code

Remove comment and b.UtilizeCache check.

Signed-off-by: AnandkumarPatel <anandkumarpatel@gmail.com>

AnandkumarPatel authored on 2015/02/26 07:04:35
Showing 1 changed files
... ...
@@ -187,8 +187,8 @@ func (b *Builder) runContextCommand(args []string, allowRemote bool, allowDecomp
187 187
 	if err != nil {
188 188
 		return err
189 189
 	}
190
-	// If we do not have at least one hash, never use the cache
191
-	if hit && b.UtilizeCache {
190
+
191
+	if hit {
192 192
 		return nil
193 193
 	}
194 194