Skip to content

Commit

Permalink
GODRIVER-2907 Add comment back, remove mem.prof
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Sep 12, 2024
1 parent 1d00387 commit 604cc28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/mongo/driver/mongocrypt/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ package mongocrypt

/*
#include <stdlib.h>
#include <string.h> // Include for memcpy
#include <mongocrypt.h>
*/
import "C"
Expand All @@ -32,6 +31,7 @@ func newBinary() *binary {
}
}

// newBinaryFromBytes creates a binary instance from a byte buffer.
func newBinaryFromBytes(data []byte) *binary {
if len(data) == 0 {
return newBinary()
Expand Down
Binary file removed x/mongo/driver/mongocrypt/mem.prof
Binary file not shown.

0 comments on commit 604cc28

Please sign in to comment.