summaryrefslogtreecommitdiff
path: root/undoaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'undoaction.cpp')
-rw-r--r--undoaction.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/undoaction.cpp b/undoaction.cpp
index 99196280..73caa5bc 100644
--- a/undoaction.cpp
+++ b/undoaction.cpp
@@ -35,14 +35,3 @@ UndoAction::UndoAction(const BNUndoAction& action)
summaryTokens.push_back(action.summaryTokens[i]);
}
}
-
-
-MergeResult::MergeResult(const BNMergeResult& result)
-{
- status = result.status;
- if (status == BNMergeStatus::CONFLICT)
- {
- action = result.action;
- hash = result.hash;
- }
-};