Skip to content

Commit

Permalink
mute ununsed function
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Dec 3, 2024
1 parent 50ce8c9 commit 6e536ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/node/sendoperation/executesc/executesc.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ This function serialize the content of the datastore in a byte array and should
compactAndAppendBytes(&byteArray, key)
compactAndAppendBytes(&byteArray, value)
}
Function is unused right now
*/
//nolint:unused
func compactAndAppendBytes(msg *[]byte, value interface{}) {
buf := make([]byte, binary.MaxVarintLen64)
bytesBuffer := new(bytes.Buffer)
Expand Down

0 comments on commit 6e536ee

Please sign in to comment.