diff options
author | Isis Lovecruft <isis@torproject.org> | 2018-02-10 02:20:50 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2018-02-10 02:31:07 +0000 |
commit | a4797a7e62f3f53326b3d33fa72b23f1dc0bc061 (patch) | |
tree | fc2788812202fc4e7935cc13e397d860f5589c95 /src/rust/protover/ffi.rs | |
parent | 081e99c16f754ffd5605acdfddec527a2a426ed8 (diff) | |
download | tor-a4797a7e62f3f53326b3d33fa72b23f1dc0bc061.tar.gz tor-a4797a7e62f3f53326b3d33fa72b23f1dc0bc061.zip |
rust: Remove now unused byte_slice_is_c_like() utility.
Diffstat (limited to 'src/rust/protover/ffi.rs')
-rw-r--r-- | src/rust/protover/ffi.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rust/protover/ffi.rs b/src/rust/protover/ffi.rs index 1df0b6675f..e4cf0a7e88 100644 --- a/src/rust/protover/ffi.rs +++ b/src/rust/protover/ffi.rs @@ -12,7 +12,6 @@ use std::ffi::CString; use protover::*; use smartlist::*; use tor_allocate::allocate_and_copy_string; -use tor_util::strings::byte_slice_is_c_like; /// Translate C enums to Rust Proto enums, using the integer value of the C /// enum to map to its associated Rust enum |