Remove dead code

This commit is contained in:
Aleksei Voronov 2023-09-22 17:12:49 +02:00
parent e95c4923d6
commit 83bede52ce
1 changed files with 0 additions and 7 deletions

View File

@ -12,13 +12,6 @@ pub struct Post {
pub uri: String, pub uri: String,
} }
pub struct Profile {
first_seen_at: DateTime<Utc>,
did: String,
has_been_processed: bool,
likely_country_of_living: Option<String>,
}
pub struct Database { pub struct Database {
connection_pool: PgPool, connection_pool: PgPool,
} }