diff options
Diffstat (limited to 'src/CellBuffer.h')
-rw-r--r-- | src/CellBuffer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CellBuffer.h b/src/CellBuffer.h index be7957e99..d8914d7ba 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -108,8 +108,6 @@ struct SplitView { const char *segment2 = nullptr; size_t length = 0; - SplitView() = default; - bool operator==(const SplitView &other) const noexcept { return segment1 == other.segment1 && length1 == other.length1 && segment2 == other.segment2 && length == other.length; |