diff --git a/sea-orm-cli/src/commands.rs b/sea-orm-cli/src/commands.rs index 1da27344..5b393645 100644 --- a/sea-orm-cli/src/commands.rs +++ b/sea-orm-cli/src/commands.rs @@ -53,8 +53,6 @@ pub async fn run_generate_command( // // Missing scheme will have been caught by the Url::parse() call // above - let url_username = url.username(); - let url_host = url.host_str(); let is_sqlite = url.scheme() == "sqlite"; let tables = match tables {