Skip to content

Commit 5093941

Browse files
committed
store: Remove unused struct CopyVid
1 parent f281a98 commit 5093941

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

store/postgres/src/relational_queries.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4973,15 +4973,6 @@ impl<'a> Query for CountCurrentVersionsQuery<'a> {
49734973

49744974
impl<'a, Conn> RunQueryDsl<Conn> for CountCurrentVersionsQuery<'a> {}
49754975

4976-
/// Helper struct for returning the id's touched by the RevertRemove and
4977-
/// RevertExtend queries
4978-
#[derive(QueryableByName, PartialEq, Eq, Hash)]
4979-
#[allow(dead_code)]
4980-
pub struct CopyVid {
4981-
#[diesel(sql_type = BigInt)]
4982-
pub vid: i64,
4983-
}
4984-
49854976
fn write_column_names(
49864977
column_names: &AttributeNames,
49874978
table: dsl::Table<'_>,

0 commit comments

Comments
 (0)