From 86372c8818c8b8c6aec8e59cf6d15792a9f03579 Mon Sep 17 00:00:00 2001 From: Edd Robinson Date: Thu, 8 Jul 2021 10:18:39 +0100 Subject: [PATCH] refactor: remove unused method --- data_types/src/partition_metadata.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/data_types/src/partition_metadata.rs b/data_types/src/partition_metadata.rs index d6084db4d9..90f8021b48 100644 --- a/data_types/src/partition_metadata.rs +++ b/data_types/src/partition_metadata.rs @@ -93,9 +93,6 @@ impl TableSummary { + mem::size_of::() // 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