Skip to content

Commit

Permalink
Remove unused struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
mijoharas committed Jun 19, 2024
1 parent b8be23e commit aaa7de9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/atuin-client/src/import/zsh_histdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ use crate::history::History;
use crate::import::Loader;
use crate::utils::{get_hostname, get_username};

#[derive(sqlx::FromRow, Debug)]
pub struct HistDbEntryCount {
pub count: usize,
}

#[derive(sqlx::FromRow, Debug)]
pub struct HistDbEntry {
pub id: i64,
Expand Down

0 comments on commit aaa7de9

Please sign in to comment.