mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Serialization: Fix a warning, NFC
This commit is contained in:
@@ -626,7 +626,7 @@ ModuleFile::readGroupTable(ArrayRef<uint64_t> Fields, StringRef BlobData) {
|
||||
Data += RawSize;
|
||||
(*pMap)[I] = RawText;
|
||||
}
|
||||
return std::move(pMap);
|
||||
return pMap;
|
||||
}
|
||||
|
||||
bool ModuleFile::readCommentBlock(llvm::BitstreamCursor &cursor) {
|
||||
|
||||
Reference in New Issue
Block a user