mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
remove unnecessary lifetime
This commit is contained in:
parent
4cdf0c8899
commit
510a91af53
@ -151,7 +151,7 @@ pub mod log {
|
||||
pub static mut LAST_LOGGED_FUNCTION: *mut String = 0 as *mut String;
|
||||
pub static mut LAST_LOGGED_MESSAGE: *mut String = 0 as *mut String;
|
||||
|
||||
pub unsafe fn tor_log_string<'a>(
|
||||
pub unsafe fn tor_log_string(
|
||||
_severity: c_int,
|
||||
_domain: u32,
|
||||
function: *const c_char,
|
||||
|
Loading…
Reference in New Issue
Block a user