From d4d3e6f8eb4facb6c9b290d9f0ea043bb92bdb1c Mon Sep 17 00:00:00 2001 From: Piotr Jastrzebski Date: Mon, 11 Jun 2018 15:53:01 +0200 Subject: [PATCH] data_consume_rows_context_m: Remove unused CELL_PATH_SIZE state Signed-off-by: Piotr Jastrzebski --- sstables/row.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/sstables/row.hh b/sstables/row.hh index 5948445121..fbf40c8ccf 100644 --- a/sstables/row.hh +++ b/sstables/row.hh @@ -566,7 +566,6 @@ private: COLUMN_TTL, COLUMN_TTL_2, COLUMN_CELL_PATH, - CELL_PATH_SIZE, COLUMN_VALUE, COLUMN_END, RANGE_TOMBSTONE_MARKER,