Fix for bug #16186 build warnings; eliminating unused var.

This commit is contained in:
cata%netscape.com 1999-10-29 20:32:00 +00:00
parent 4f849e2192
commit 554e203471
6 changed files with 0 additions and 6 deletions

View File

@ -349,7 +349,6 @@ NS_IMETHODIMP nsConverterModule::RegisterSelf(nsIComponentManager *aCompMgr,
{
nsresult res;
PRUint32 i;
nsIComponentManager * compMgr = NULL;
nsIRegistry * registry = NULL;
nsRegistryKey key;
char buff[1024];

View File

@ -383,7 +383,6 @@ NS_IMETHODIMP nsConverterModule::RegisterSelf(nsIComponentManager *aCompMgr,
{
nsresult res;
PRUint32 i;
nsIComponentManager * compMgr = NULL;
nsIRegistry * registry = NULL;
nsRegistryKey key;
char buff[1024];

View File

@ -317,7 +317,6 @@ NS_IMETHODIMP nsConverterModule::RegisterSelf(nsIComponentManager *aCompMgr,
{
nsresult res;
PRUint32 i;
nsIComponentManager * compMgr = NULL;
nsIRegistry * registry = NULL;
nsRegistryKey key;
char buff[1024];

View File

@ -1012,7 +1012,6 @@ NS_IMETHODIMP nsConverterModule::RegisterSelf(nsIComponentManager *aCompMgr,
{
nsresult res;
PRUint32 i;
nsIComponentManager * compMgr = NULL;
nsIRegistry * registry = NULL;
nsRegistryKey key;
char buff[1024];

View File

@ -307,7 +307,6 @@ NS_IMETHODIMP nsConverterModule::RegisterSelf(nsIComponentManager *aCompMgr,
{
nsresult res;
PRUint32 i;
nsIComponentManager * compMgr = NULL;
nsIRegistry * registry = NULL;
nsRegistryKey key;
char buff[1024];

View File

@ -397,7 +397,6 @@ NS_IMETHODIMP nsConverterModule::RegisterSelf(nsIComponentManager *aCompMgr,
{
nsresult res;
PRUint32 i;
nsIComponentManager * compMgr = NULL;
nsIRegistry * registry = NULL;
nsRegistryKey key;
char buff[1024];