From eb0df2c879bc466a06179bc246a4283464ab8ea7 Mon Sep 17 00:00:00 2001 From: "cata%netscape.com" Date: Fri, 29 Oct 1999 20:32:00 +0000 Subject: [PATCH] Fix for bug #16186 build warnings; eliminating unused var. git-svn-id: svn://10.0.0.236/trunk@52246 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/intl/uconv/ucvcn/nsUCvCnModule.cpp | 1 - mozilla/intl/uconv/ucvja/nsUCvJaModule.cpp | 1 - mozilla/intl/uconv/ucvko/nsUCvKoModule.cpp | 1 - mozilla/intl/uconv/ucvlatin/nsUCvLatinModule.cpp | 1 - mozilla/intl/uconv/ucvtw/nsUCvTwModule.cpp | 1 - mozilla/intl/uconv/ucvtw2/nsUCvTw2Module.cpp | 1 - 6 files changed, 6 deletions(-) diff --git a/mozilla/intl/uconv/ucvcn/nsUCvCnModule.cpp b/mozilla/intl/uconv/ucvcn/nsUCvCnModule.cpp index aaf859f16c9..cf648a625dc 100644 --- a/mozilla/intl/uconv/ucvcn/nsUCvCnModule.cpp +++ b/mozilla/intl/uconv/ucvcn/nsUCvCnModule.cpp @@ -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]; diff --git a/mozilla/intl/uconv/ucvja/nsUCvJaModule.cpp b/mozilla/intl/uconv/ucvja/nsUCvJaModule.cpp index 676d905c90b..9cbed179fc9 100644 --- a/mozilla/intl/uconv/ucvja/nsUCvJaModule.cpp +++ b/mozilla/intl/uconv/ucvja/nsUCvJaModule.cpp @@ -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]; diff --git a/mozilla/intl/uconv/ucvko/nsUCvKoModule.cpp b/mozilla/intl/uconv/ucvko/nsUCvKoModule.cpp index bbc7a26b1f6..d1993b10848 100644 --- a/mozilla/intl/uconv/ucvko/nsUCvKoModule.cpp +++ b/mozilla/intl/uconv/ucvko/nsUCvKoModule.cpp @@ -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]; diff --git a/mozilla/intl/uconv/ucvlatin/nsUCvLatinModule.cpp b/mozilla/intl/uconv/ucvlatin/nsUCvLatinModule.cpp index fac2aa60896..de57662a32d 100644 --- a/mozilla/intl/uconv/ucvlatin/nsUCvLatinModule.cpp +++ b/mozilla/intl/uconv/ucvlatin/nsUCvLatinModule.cpp @@ -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]; diff --git a/mozilla/intl/uconv/ucvtw/nsUCvTwModule.cpp b/mozilla/intl/uconv/ucvtw/nsUCvTwModule.cpp index c2cb4d4f15a..cace911330c 100644 --- a/mozilla/intl/uconv/ucvtw/nsUCvTwModule.cpp +++ b/mozilla/intl/uconv/ucvtw/nsUCvTwModule.cpp @@ -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]; diff --git a/mozilla/intl/uconv/ucvtw2/nsUCvTw2Module.cpp b/mozilla/intl/uconv/ucvtw2/nsUCvTw2Module.cpp index 1d327ead0ee..dd243f17a01 100644 --- a/mozilla/intl/uconv/ucvtw2/nsUCvTw2Module.cpp +++ b/mozilla/intl/uconv/ucvtw2/nsUCvTw2Module.cpp @@ -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];