mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-11 15:46:53 +00:00
@@ -117,7 +117,7 @@ pub struct ProcInfo {
|
||||
username: String,
|
||||
}
|
||||
|
||||
pub fn get_proc_info(addr: &str) -> ProcInfo {
|
||||
pub fn get_proc_info(_addr: &str) -> ProcInfo {
|
||||
ProcInfo::default()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user