aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CellBuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/CellBuffer.cxx')
-rw-r--r--src/CellBuffer.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx
index 52259031c..893938f2f 100644
--- a/src/CellBuffer.cxx
+++ b/src/CellBuffer.cxx
@@ -102,14 +102,6 @@ Action::Action() {
mayCoalesce = false;
}
-Action::Action(Action &&other) {
- at = other.at;
- position = other.position;
- data = std::move(other.data);
- lenData = other.lenData;
- mayCoalesce = other.mayCoalesce;
-}
-
Action::~Action() {
}