Skip to content

Commit c4e0458

Browse files
committed
remove Impl deleted function members
This pointer was converted to unique_ptr a while back, which deleted copying functions anyway. No need for this anymore. Signed-off-by: Rosen Penev <[email protected]>
1 parent 7ad6dcb commit c4e0458

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/basicio.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -974,9 +974,6 @@ class RemoteIo::Impl {
974974
//! Destructor. Releases all managed memory.
975975
virtual ~Impl() = default;
976976

977-
Impl(const Impl&) = delete;
978-
Impl& operator=(const Impl&) = delete;
979-
980977
// DATA
981978
std::string path_; //!< (Standard) path
982979
size_t blockSize_; //!< Size of the block memory.

0 commit comments

Comments
 (0)