Skip to content

Commit 3481c07

Browse files
hahuja2mfulb
authored andcommitted
chore(axiom): remove unnecessary function
1 parent 20b568b commit 3481c07

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

axiom/nr_errors.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,6 @@ extern const char* nr_error_get_context(const nr_error_t* error);
115115
*/
116116
extern int nr_error_get_no(const nr_error_t* error);
117117

118-
/*
119-
* Purpose : Determine if the option is 0 or 1. If 1, then this means the error
120-
* has additional arguments.
121-
*
122-
* Returns : Either 0 or 1
123-
*/
124-
extern int nr_error_get_option(const nr_error_t* error);
125-
126118
/*
127119
* Purpose : Get the span_id of an error.
128120
*

0 commit comments

Comments
 (0)