fix: remove unused imports and parameters

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-29 14:31:27 -03:00
parent 4472f3db94
commit fbdcb94ba1
5 changed files with 5 additions and 19 deletions

View File

@@ -10,11 +10,11 @@ use log::warn;
use rusqlite::Connection;
pub fn mode_delete(
cmd: &mut Command,
_cmd: &mut Command,
_settings: &config::Settings,
_config: &config::Settings,
ids: &mut Vec<i64>,
tags: &mut Vec<String>,
_tags: &mut Vec<String>,
conn: &mut Connection,
data_path: PathBuf,
) -> Result<()> {