mirror of
https://github.com/minio/minio.git
synced 2025-11-28 21:18:10 -05:00
Fix Linux/Mac OS X erasure decoding failure with new Golang version 1.5.1
Fixes #871
This commit is contained in:
@@ -28,8 +28,6 @@ int32_t minio_init_encoder (int technique, int k, int m,
|
||||
unsigned char **encode_matrix,
|
||||
unsigned char **encode_tbls)
|
||||
{
|
||||
size_t encode_matrix_size;
|
||||
size_t encode_tbls_size;
|
||||
unsigned char *tmp_matrix;
|
||||
unsigned char *tmp_tbls;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user