Skip to content

Commit

Permalink
Removed unused function layerArchive
Browse files Browse the repository at this point in the history
Signed-off-by: Blake Geno <blakegeno@gmail.com>
  • Loading branch information
blakery committed Oct 17, 2014
1 parent 6ce4f82 commit 7cff8db
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions integration/runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,6 @@ func cleanup(eng *engine.Engine, t *testing.T) error {
return nil
}

func layerArchive(tarfile string) (io.Reader, error) {
// FIXME: need to close f somewhere
f, err := os.Open(tarfile)
if err != nil {
return nil, err
}
return f, nil
}

func init() {
// Always use the same driver (vfs) for all integration tests.
// To test other drivers, we need a dedicated driver validation suite.
Expand Down

0 comments on commit 7cff8db

Please sign in to comment.