mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 20:42:04 +00:00
Remove comment
This commit is contained in:
parent
c8216d2b00
commit
ed2c85bbce
@ -48,7 +48,6 @@ template <typename T>
|
||||
struct ByteSwapImpl
|
||||
{
|
||||
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 inline T apply(T x) { return byteSwap<T>(x); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user