Skip to content

Commit 3c4ba89

Browse files
committed
Remove unused NULL_POINTER_ERROR constant from error.rs
1 parent 03f5651 commit 3c4ba89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datadog-ffe-ffi/src/error.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
use ddcommon_ffi::Error;
55

6-
const NULL_POINTER_ERROR: &str = "null pointer provided";
7-
86
pub fn ffe_error(msg: &str) -> Error {
97
Error::from(msg)
108
}

0 commit comments

Comments
 (0)