Skip to content

Commit fe7ff46

Browse files
chore(profiling): remove outdated info (#1462)
chore(profiling): remove outdated info Co-authored-by: thomas.kowalski <[email protected]>
1 parent fa16176 commit fe7ff46

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

libdd-profiling-ffi/cbindgen.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ renaming_overrides_prefixing = true
4949
"ProfileNewResult" = "ddog_prof_Profile_NewResult"
5050
"ProfileResult" = "ddog_prof_Profile_Result"
5151
"Request" = "ddog_prof_Exporter_Request"
52-
"RequestBuildResult" = "ddog_prof_Exporter_Request_BuildResult"
5352
"SendResult" = "ddog_prof_Exporter_SendResult"
5453
"SerializeResult" = "ddog_prof_Profile_SerializeResult"
5554
"Slice_File" = "ddog_prof_Exporter_Slice_File"

libdd-profiling-ffi/src/exporter.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,6 @@ unsafe fn parse_json(
211211
}
212212

213213
/// Builds a request and sends it, returning the HttpStatus.
214-
/// This is a more efficient version of calling `ddog_prof_Exporter_Request_build`
215-
/// followed by `ddog_prof_Exporter_send`, as it avoids exposing the intermediate
216-
/// `Request` object.
217214
///
218215
/// # Arguments
219216
/// * `exporter` - Borrows the exporter.

0 commit comments

Comments
 (0)