Skip to content

Commit 95e6816

Browse files
author
Martin Mory
committed
fix merge anomalies
1 parent 827fc55 commit 95e6816

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

include/phasar/Controller/AnalysisController.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@ class AnalysisController {
132132
AnalysisController &operator=(const AnalysisController &) = delete;
133133
AnalysisController &operator=(const AnalysisController &&) = delete;
134134

135-
AnalysisController &operator=(const AnalysisController &) = delete;
136-
137-
AnalysisController &operator=(const AnalysisController &&) = delete;
138-
139135
void executeAs(AnalysisStrategy Strategy);
140136
};
141137

include/phasar/PhasarLLVM/AnalysisStrategy/WholeProgramAnalysis.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ class WholeProgramAnalysis {
128128
WholeProgramAnalysis &operator=(WholeProgramAnalysis &) = delete;
129129
WholeProgramAnalysis &operator=(WholeProgramAnalysis &&) = delete;
130130

131-
WholeProgramAnalysis &operator=(WholeProgramAnalysis &) = delete;
132-
133-
WholeProgramAnalysis &operator=(WholeProgramAnalysis &&) = delete;
134-
135131
~WholeProgramAnalysis() {
136132
if (OwnsConfig) {
137133
delete Config;

0 commit comments

Comments
 (0)