cache loading

This commit is contained in:
Todd Gruben 2016-08-12 15:10:50 -05:00
parent a833624e20
commit 13f8ce673e

View file

@ -234,7 +234,7 @@ func (f *Fragment) openCache() error {
// Read in all bitmaps by ID.
// This will cause them to be added to the cache.
for _, bitmapID := range pb.GetBitmapIDs() {
bm := f.bitmap(bitmapID)
f.bitmap(bitmapID)
}
return nil