1
edit
Changes
no edit summary
===ipc===
There is a tonne of dead ipc/chromium stuff not listed here. I'm operating on the assumption it will be too much of a hassle to deal with.
====bool mozilla::ipc::GeckoChildProcessHost::AsyncLaunch(vector)====
Code Size: 2
===layout/inspector===
===xpcom/base===
====nsresult nsTraceRefcntImpl::LogAddRef(void*,nsrefcnt,const char*,PRUint32) et al====
6 of the functions of this class are dead but the [http://mxr.mozilla.org/mozilla-central/source/xpcom/base/nsITraceRefcnt.idl#43 idl file] lists the classes status as frozen (and deprecated).
== False Positives/Stuff that shouldn't be dealt with ==
=== accessible ===
These are all inherit from a template base class so these individual methods are unuded but removing them requires a major design change
Code Size: 4
====nsCSSProperty nsCSSProps::LookupProperty(const nsACString_internal&)====
[http://mxr.mozilla.org/mozilla-central/search?string=%5B%5Ea-z_A-Z%5DLookupProperty%5C%2528®exp=1&case=1&find=&findi=&filter=%5E%5B%5E%5C0%5D*%2524&hitlimit=&tree=mozilla-central MXR Search] Only nsAString version used (maybe)
Code Size: 5
====nsCSSKeyword nsCSSKeywords::LookupKeyword(const nsACString_internal&)====