forked from OSchip/llvm-project
Remove unnecessary semicolon to silence -Wpedantic warning. NFCI.
llvm-svn: 341555
This commit is contained in:
parent
7f270fcf0a
commit
6088e85177
|
@ -54,7 +54,7 @@ Error BlockIndexer::visit(CustomEventRecord &R) {
|
|||
Error BlockIndexer::visit(CallArgRecord &R) {
|
||||
CurrentBlock.Records.push_back(&R);
|
||||
return Error::success();
|
||||
};
|
||||
}
|
||||
|
||||
Error BlockIndexer::visit(PIDRecord &R) {
|
||||
CurrentBlock.ProcessID = R.pid();
|
||||
|
|
Loading…
Reference in New Issue