Remove unused types.

master
Klaus Post 2015-06-19 17:27:22 +02:00
parent b37221bf11
commit 755a781502
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@ type ReedSolomon struct {
parity [][]byte
}
type Shard []byte
type Shards []Shard
func New(dataShardCount, parityShardCount int) (*ReedSolomon, error) {
r := ReedSolomon{
DataShardCount: dataShardCount,