Skip to content

Commit

Permalink
Merge pull request #684 from pachyderm/derekchiang-patch-2
Browse files Browse the repository at this point in the history
Remove unused fields
  • Loading branch information
derekchiang committed Jul 26, 2016
2 parents 4694c4a + d361db1 commit ee5a333
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/pfs/drive/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -1293,8 +1293,6 @@ type fileReader struct {
offset int64
size int64 // how much data to read
sizeRead int64 // how much data has been read
ctx context.Context
cancel context.CancelFunc
}

func newFileReader(blockClient pfs.BlockAPIClient, blockRefs []*pfs.BlockRef, offset int64, size int64) *fileReader {
Expand Down

0 comments on commit ee5a333

Please sign in to comment.