remove support for 1gb sectors

This commit is contained in:
whyrusleeping 2020-01-13 15:18:26 -08:00
parent a896b30039
commit 0414e99fe7

View File

@ -3,7 +3,6 @@
package build
var SectorSizes = []uint64{
1 << 30,
32 << 30,
}