Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Oct 16, 2024
1 parent d57c615 commit bbadcd9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 897 deletions.
4 changes: 0 additions & 4 deletions src/database/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ use tracing::{error, info, instrument, warn};
use crate::config::DatabaseConfig;
use crate::identity_tree::Hash;

// pub mod query;
// pub mod transaction;
pub mod types;
pub mod methods;

Expand All @@ -37,8 +35,6 @@ impl Deref for Database {
}
}

// impl<'a, T> DatabaseQuery<'a> for T where T: Executor<'a, Database = Postgres> {}

impl Database {
#[instrument(skip_all)]
pub async fn new(config: &DatabaseConfig) -> Result<Self, ErrReport> {
Expand Down
Loading

0 comments on commit bbadcd9

Please sign in to comment.