mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-17 18:27:49 +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