From 8a7ca65c2b44d6756a9932d5e1a9a9e90692beb9 Mon Sep 17 00:00:00 2001 From: Krishna Pai Date: Thu, 19 Aug 2021 10:18:11 -0700 Subject: [PATCH] Format fix. --- velox/vector/SimpleVector.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/velox/vector/SimpleVector.h b/velox/vector/SimpleVector.h index d54b8e8aa4ed..dec8d7af1efc 100644 --- a/velox/vector/SimpleVector.h +++ b/velox/vector/SimpleVector.h @@ -224,7 +224,6 @@ class SimpleVector : public BaseVector { } } - void resize(vector_size_t size) override { VELOX_CHECK(false, "Can only resize flat vectors."); } @@ -343,7 +342,6 @@ class SimpleVector : public BaseVector { } protected: - /// Enabled for string vectors, sets the string encoding to match another /// vector encoding template