зеркало из https://github.com/mozilla/pjs.git
Fix for bug #16186 build warnings; eliminating unused var.
This commit is contained in:
Родитель
5fc1add3d4
Коммит
c853a80ce7
|
@ -349,7 +349,6 @@ NS_IMETHODIMP nsConverterModule::RegisterSelf(nsIComponentManager *aCompMgr,
|
||||||
{
|
{
|
||||||
nsresult res;
|
nsresult res;
|
||||||
PRUint32 i;
|
PRUint32 i;
|
||||||
nsIComponentManager * compMgr = NULL;
|
|
||||||
nsIRegistry * registry = NULL;
|
nsIRegistry * registry = NULL;
|
||||||
nsRegistryKey key;
|
nsRegistryKey key;
|
||||||
char buff[1024];
|
char buff[1024];
|
||||||
|
|
|
@ -383,7 +383,6 @@ NS_IMETHODIMP nsConverterModule::RegisterSelf(nsIComponentManager *aCompMgr,
|
||||||
{
|
{
|
||||||
nsresult res;
|
nsresult res;
|
||||||
PRUint32 i;
|
PRUint32 i;
|
||||||
nsIComponentManager * compMgr = NULL;
|
|
||||||
nsIRegistry * registry = NULL;
|
nsIRegistry * registry = NULL;
|
||||||
nsRegistryKey key;
|
nsRegistryKey key;
|
||||||
char buff[1024];
|
char buff[1024];
|
||||||
|
|
|
@ -317,7 +317,6 @@ NS_IMETHODIMP nsConverterModule::RegisterSelf(nsIComponentManager *aCompMgr,
|
||||||
{
|
{
|
||||||
nsresult res;
|
nsresult res;
|
||||||
PRUint32 i;
|
PRUint32 i;
|
||||||
nsIComponentManager * compMgr = NULL;
|
|
||||||
nsIRegistry * registry = NULL;
|
nsIRegistry * registry = NULL;
|
||||||
nsRegistryKey key;
|
nsRegistryKey key;
|
||||||
char buff[1024];
|
char buff[1024];
|
||||||
|
|
|
@ -1012,7 +1012,6 @@ NS_IMETHODIMP nsConverterModule::RegisterSelf(nsIComponentManager *aCompMgr,
|
||||||
{
|
{
|
||||||
nsresult res;
|
nsresult res;
|
||||||
PRUint32 i;
|
PRUint32 i;
|
||||||
nsIComponentManager * compMgr = NULL;
|
|
||||||
nsIRegistry * registry = NULL;
|
nsIRegistry * registry = NULL;
|
||||||
nsRegistryKey key;
|
nsRegistryKey key;
|
||||||
char buff[1024];
|
char buff[1024];
|
||||||
|
|
|
@ -307,7 +307,6 @@ NS_IMETHODIMP nsConverterModule::RegisterSelf(nsIComponentManager *aCompMgr,
|
||||||
{
|
{
|
||||||
nsresult res;
|
nsresult res;
|
||||||
PRUint32 i;
|
PRUint32 i;
|
||||||
nsIComponentManager * compMgr = NULL;
|
|
||||||
nsIRegistry * registry = NULL;
|
nsIRegistry * registry = NULL;
|
||||||
nsRegistryKey key;
|
nsRegistryKey key;
|
||||||
char buff[1024];
|
char buff[1024];
|
||||||
|
|
|
@ -397,7 +397,6 @@ NS_IMETHODIMP nsConverterModule::RegisterSelf(nsIComponentManager *aCompMgr,
|
||||||
{
|
{
|
||||||
nsresult res;
|
nsresult res;
|
||||||
PRUint32 i;
|
PRUint32 i;
|
||||||
nsIComponentManager * compMgr = NULL;
|
|
||||||
nsIRegistry * registry = NULL;
|
nsIRegistry * registry = NULL;
|
||||||
nsRegistryKey key;
|
nsRegistryKey key;
|
||||||
char buff[1024];
|
char buff[1024];
|
||||||
|
|
Загрузка…
Ссылка в новой задаче