remove unnecessary lifetime

This commit is contained in:
Chelsea Holland Komlo 2017-12-22 00:26:52 -05:00
parent 4cdf0c8899
commit 510a91af53
1 changed files with 1 additions and 1 deletions

View File

@ -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,