[#82] object: Erase field Signature
from ECHeader
v2 type
All checks were successful
DCO action / DCO (pull_request) Successful in 1m17s
Tests and linters / Tests (1.20) (pull_request) Successful in 1m45s
Tests and linters / Tests (1.19) (pull_request) Successful in 1m58s
Tests and linters / Lint (pull_request) Successful in 2m6s
Tests and linters / Tests with -race (pull_request) Successful in 2m9s
All checks were successful
DCO action / DCO (pull_request) Successful in 1m17s
Tests and linters / Tests (1.20) (pull_request) Successful in 1m45s
Tests and linters / Tests (1.19) (pull_request) Successful in 1m58s
Tests and linters / Lint (pull_request) Successful in 2m6s
Tests and linters / Tests with -race (pull_request) Successful in 2m9s
* The field `Signature` is not used and should be factored out. Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
parent
bc7b49eed2
commit
063ce11c24
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ type ECHeader struct {
|
||||||
Total uint32
|
Total uint32
|
||||||
Header []byte
|
Header []byte
|
||||||
HeaderLength uint32
|
HeaderLength uint32
|
||||||
Signature []byte
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Header struct {
|
type Header struct {
|
||||||
|
|
Loading…
Reference in a new issue