Skip to content

Commit

Permalink
#38 remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
m4nv3ru committed Aug 31, 2022
1 parent d216798 commit f3695de
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ export default class ConflictOverview extends React.Component {
};
}

calculateConflictAmount() {
let amount = 0;
this.props.conflicts.forEach(c => (amount += c.data.length));
return amount;
}

reduceConflictsToStakeholders() {
const conflictedFiles = this.props.conflicts ? this.props.conflicts : [];
const conflicts = new Map();
Expand Down

0 comments on commit f3695de

Please sign in to comment.