Fixed warnings.

git-svn-id: svn://10.0.0.236/trunk@48377 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
1999-09-20 20:57:21 +00:00
parent 1c5a107e65
commit 3d8d35d25f
8 changed files with 6 additions and 10 deletions

View File

@@ -310,7 +310,6 @@ extern "C" NS_EXPORT int DebugRobot(
while (!g_bReadyForNextUrl) {
if (yieldProc != NULL) {
#ifdef NECKO
char* spec;
(void)url->GetSpec(&spec);
(*yieldProc)(spec);
nsCRT::free(spec);