Bug 1147572 - Remove implementation language field from DOM class info. r=jst

This commit is contained in:
Andrew McCreight
2015-03-30 10:45:39 -07:00
parent 22aafabc43
commit 362b5c9f5f
25 changed files with 4 additions and 222 deletions

View File

@@ -5,7 +5,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsIClassInfoImpl.h"
#include "nsIProgrammingLanguage.h"
NS_IMETHODIMP_(MozExternalRefCountType)
GenericClassInfo::AddRef()
@@ -59,13 +58,6 @@ GenericClassInfo::GetClassID(nsCID** aClassID)
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP
GenericClassInfo::GetImplementationLanguage(uint32_t* aLanguage)
{
*aLanguage = nsIProgrammingLanguage::CPLUSPLUS;
return NS_OK;
}
NS_IMETHODIMP
GenericClassInfo::GetFlags(uint32_t* aFlags)
{