Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(719)

Unified Diff: Source/core/dom/DocumentOrderedMap.cpp

Issue 138573003: Remove dead code from DocumentOrderedMap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/DocumentOrderedMap.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DocumentOrderedMap.cpp
diff --git a/Source/core/dom/DocumentOrderedMap.cpp b/Source/core/dom/DocumentOrderedMap.cpp
index d5bc7595d26f5c9c2d9c35d5ee582634a1444a2f..a9b67f5bc11b6d86448315ae82041da169187046 100644
--- a/Source/core/dom/DocumentOrderedMap.cpp
+++ b/Source/core/dom/DocumentOrderedMap.cpp
@@ -61,11 +61,6 @@ inline bool keyMatchesLabelForAttribute(StringImpl* key, Element* element)
return element->hasTagName(labelTag) && element->getAttribute(forAttr).impl() == key;
}
-void DocumentOrderedMap::clear()
-{
- m_map.clear();
-}
-
void DocumentOrderedMap::add(StringImpl* key, Element* element)
{
ASSERT(key);
« no previous file with comments | « Source/core/dom/DocumentOrderedMap.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698