ksud: minor tweaks
This commit is contained in:
@@ -66,7 +66,7 @@ pub fn getprop(prop: &str) -> Option<String> {
|
||||
}
|
||||
|
||||
#[cfg(not(target_os = "android"))]
|
||||
pub fn getprop(prop: &str) -> Option<String> {
|
||||
pub fn getprop(_prop: &str) -> Option<String> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user