forked from OSchip/llvm-project
[analyzer] Remove redundant copy constructor.
llvm-svn: 139704
This commit is contained in:
parent
615e3a69c3
commit
2ced26ef72
|
@ -120,15 +120,6 @@ public:
|
|||
return !(*this == X);
|
||||
}
|
||||
|
||||
PathDiagnosticLocation& operator=(const PathDiagnosticLocation &X) {
|
||||
K = X.K;
|
||||
R = X.R;
|
||||
S = X.S;
|
||||
D = X.D;
|
||||
SM = X.SM;
|
||||
return *this;
|
||||
}
|
||||
|
||||
bool isValid() const {
|
||||
return SM != 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue