Kaydet (Commit) c76a8580 authored tarafından Miklos Vajna's avatar Miklos Vajna

sc: loplugin:unreffun

Change-Id: I6fce9c390aea3f8b2590bc2e1241e0b2b45af51c
üst e152b756
......@@ -3124,13 +3124,6 @@ public:
// TODO: For now, we ignore at-rule properties.
}
void selector_name(const char* p_elem, size_t n_elem, const char* p_class, size_t n_class)
{
MemStr aElem(p_elem, n_elem), aClass(p_class, n_class);
SelectorName aName(aElem, aClass);
maSelectorNames.push_back(aName);
}
void property_name(const char* p, size_t n)
{
maPropName = MemStr(p, n);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment