Fix unused variable

This commit is contained in:
Gregory Schier
2025-11-03 13:29:47 -08:00
parent 4943bad8ec
commit 0c54b481fb

View File

@@ -139,6 +139,7 @@ async fn get_kv<R: Runtime>(app_handle: &AppHandle<R>) -> Result<Vec<String>> {
}
}
#[allow(unused)]
fn get_updater_status<R: Runtime>(app_handle: &AppHandle<R>) -> &'static str {
#[cfg(not(feature = "updater"))]
{