Bug 518904: remove unused variable in nsLayoutDebugCLH.cpp to fix build warning. r=dbaron

This commit is contained in:
Daniel Holbert 2009-10-23 09:50:43 -07:00
Родитель 06ba6597bf
Коммит 84ee17c919
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -62,7 +62,6 @@ NS_IMETHODIMP
nsLayoutDebugCLH::Handle(nsICommandLine* aCmdLine)
{
nsresult rv;
PRBool found;
PRInt32 idx;
rv = aCmdLine->FindFlag(NS_LITERAL_STRING("layoutdebug"), PR_FALSE, &idx);