mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Remove comment
This commit is contained in:
parent
c8216d2b00
commit
ed2c85bbce
@ -48,7 +48,6 @@ template <typename T>
|
|||||||
struct ByteSwapImpl
|
struct ByteSwapImpl
|
||||||
{
|
{
|
||||||
using ResultType = T;
|
using ResultType = T;
|
||||||
// byteSwap on a String/FixedString is equivalent to `reverse` which is already implemented.
|
|
||||||
static constexpr const bool allow_string_or_fixed_string = false;
|
static constexpr const bool allow_string_or_fixed_string = false;
|
||||||
static inline T apply(T x) { return byteSwap<T>(x); }
|
static inline T apply(T x) { return byteSwap<T>(x); }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user