Skip to content

Commit c32a2f4

Browse files
committed
Remove old code - copying is allowed
1 parent 9118661 commit c32a2f4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

std/internal/scopebuffer.d

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,6 @@ struct ScopeBuffer(T, alias realloc = /*core.stdc.stdlib*/.realloc)
150150
used = 0;
151151
}
152152

153-
/****************************
154-
* Copying of ScopeBuffer is not allowed.
155-
*/
156-
version(None)
157-
@disable this(this);
158-
159153
/************************
160154
* Append element c to the buffer.
161155
* This member function makes `ScopeBuffer` an Output Range.

0 commit comments

Comments
 (0)