Skip to content

Commit 8637285

Browse files
authored
Minor; removed unnecessary code
1 parent 87bcac9 commit 8637285

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clickhouse/columns/string.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010

1111
namespace clickhouse {
1212

13-
constexpr size_t DEFAULT_BLOCK_SIZE = 4096;
14-
15-
template <typename>
16-
inline constexpr bool always_false_v = false;
17-
1813
/**
1914
* Represents column of fixed-length strings.
2015
*/

0 commit comments

Comments
 (0)