Merge branch 'master' into 3198-writable-fuse
[arvados.git] / services / datamanager / collection / collection.go
index 424db835629ea8e8b604adebce5b30431a31b7ca..9a7a838f1b9db71eea07bf88cd98316f5e132fd3 100644 (file)
@@ -65,15 +65,6 @@ func init() {
                "File to write the heap profiles to. Leave blank to skip profiling.")
 }
 
-// // Methods to implement util.SdkListResponse Interface
-// func (s SdkCollectionList) NumItemsAvailable() (numAvailable int, err error) {
-//     return s.ItemsAvailable, nil
-// }
-
-// func (s SdkCollectionList) NumItemsContained() (numContained int, err error) {
-//     return len(s.Items), nil
-// }
-
 // Write the heap profile to a file for later review.
 // Since a file is expected to only contain a single heap profile this
 // function overwrites the previously written profile, so it is safe