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 5d9c035
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/node/sendoperation/executesc/executesc.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ 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
*/
func compactAndAppendBytes(msg *[]byte, value interface{}) {
buf := make([]byte, binary.MaxVarintLen64)
Expand Down

0 comments on commit 5d9c035

Please sign in to comment.