refactor: remove unused method

pull/24376/head
Edd Robinson 2021-07-08 10:18:39 +01:00
parent 33bc85ad18
commit 86372c8818
1 changed files with 0 additions and 3 deletions

View File

@ -93,9 +93,6 @@ impl TableSummary {
+ mem::size_of::<Self>() // Add size of this struct that points to
// table and ColumnSummary
}
pub fn has_table(&self, table_name: &str) -> bool {
self.name.eq(table_name)
}
/// Updates the table summary with combined stats from the other. Counts are
/// treated as non-overlapping so they're just added together. If the