Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions lib/programmemory.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,6 @@ struct CPPCHECKLIB ProgramMemory {

void replace(ProgramMemory pm);

Map::iterator begin() {
copyOnWrite();

return mValues->begin();
}

Map::iterator end() {
copyOnWrite();

return mValues->end();
}

Map::const_iterator begin() const {
return mValues->cbegin();
}
Expand Down