Skip to content

Commit a6e5326

Browse files
committed
Remove leftover line
1 parent 8db26d3 commit a6e5326

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/Support/PropertySetIO.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ class PropertySetRegistry {
238238
if (PropertySetIt == PropSetMap.end())
239239
return;
240240
auto &PropertySet = PropertySetIt->second;
241-
PropertySet.erase(PropertySet.find(PropName));
242241
auto PropIt = PropertySet.find(PropName);
243242
if (PropIt == PropertySet.end())
244243
return;

0 commit comments

Comments
 (0)