forked from OSchip/llvm-project
Suppress a warning discovered by rL317076. [-Wunused-private-field]
llvm-svn: 317090
This commit is contained in:
parent
c206e449cc
commit
f7d7a59b9e
|
@ -206,6 +206,7 @@ namespace rdf {
|
|||
|
||||
bool operator==(const rr_iterator &I) const {
|
||||
assert(Owner == I.Owner);
|
||||
(void)Owner;
|
||||
return Index == I.Index;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue