diff options
Diffstat (limited to 'undoaction.cpp')
| -rw-r--r-- | undoaction.cpp | 11 |
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; - } -}; |
