Skip to content

Commit

Permalink
Dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Oct 11, 2023
1 parent 3448561 commit 21b80e6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions provider/core/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -857,15 +857,6 @@ impl FromStr for AuxiliaryKeys {

#[cfg(feature = "experimental")]
impl AuxiliaryKeys {
/// Returns this [`AuxiliaryKeys`] as a single byte slice.
///
/// NOTE: Do not make this public because we might not always store these in a single string.
/// External clients who need this can use `<Self as Writeable>::write_to_string`.
#[inline]
pub(crate) fn as_bytes(&self) -> &[u8] {
self.value.as_bytes()
}

/// Creates an [`AuxiliaryKeys`] from an iterator of individual keys.
///
/// # Examples
Expand Down

0 comments on commit 21b80e6

Please sign in to comment.