Skip to content

Commit 3bab41f

Browse files
MiloszSkobejkoigcbot
authored andcommitted
Broken build HotFix
HotFix for build break which has been caused by conflicting changes. Copy constructor and assigment operator redefinition has been removed.
1 parent 0f22f1c commit 3bab41f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

visa/GraphColor.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -898,8 +898,6 @@ class Interference {
898898

899899
public:
900900
Interference(const LivenessAnalysis *l, GlobalRA &g);
901-
Interference(const Interference&) = delete;
902-
Interference& operator=(const Interference&) = delete;
903901

904902
~Interference() {
905903
if (useDenseMatrix()) {

0 commit comments

Comments
 (0)