Skip to content

Commit 163c33b

Browse files
committed
Remove copy constructor on MutSlice
1 parent 61ffe41 commit 163c33b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/cxx.h

-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ class MutSlice final {
126126
size_t size() const noexcept;
127127
size_t length() const noexcept;
128128

129-
// Important in order for System V ABI to pass in registers.
130-
MutSlice(const MutSlice<T> &) noexcept = default;
131129
~MutSlice() noexcept = default;
132130

133131
private:

0 commit comments

Comments
 (0)