forked from OSchip/llvm-project
Remove unnecessary semicolon to silence -Wpedantic warning. NFCI.
llvm-svn: 341938
This commit is contained in:
parent
10454c4fd5
commit
008da027fc
|
@ -37,7 +37,7 @@ Expected<Chunk> readChunk(StringRef &Stream) {
|
|||
Stream = Stream.drop_front();
|
||||
}
|
||||
return std::move(C);
|
||||
};
|
||||
}
|
||||
|
||||
raw_ostream &operator<<(raw_ostream &OS, const Chunk &C) {
|
||||
OS.write(C.ID.data(), C.ID.size());
|
||||
|
|
Loading…
Reference in New Issue