remove unused command

This commit is contained in:
Tejal Desai 2020-05-03 20:40:41 -07:00 committed by GitHub
parent 5090baafda
commit 095ea2991a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -235,7 +235,3 @@ func (cr *CachingRunCommand) String() string {
func (cr *CachingRunCommand) MetadataOnly() bool {
return false
}
func (cr *CachingRunCommand) RequiresUnpackedFS() bool {
return true
}