From 020a4f01a12b1062d328fe5358a13624dd1ceb1f Mon Sep 17 00:00:00 2001 From: asfernandes Date: Fri, 28 Jul 2006 02:17:11 +0000 Subject: [PATCH] Misc --- src/jrd/svc.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/jrd/svc.cpp b/src/jrd/svc.cpp index c83963ee25..2cb3509e30 100644 --- a/src/jrd/svc.cpp +++ b/src/jrd/svc.cpp @@ -2174,9 +2174,8 @@ static void service_fork(ThreadEntryPoint* service_executable, Service* service) * Startup a service. * **************************************/ - TEXT* p; -/* Break up the command line into individual arguments. */ + // Break up the command line into individual arguments. service->parseSwitches(); USHORT argc = service->svc_argc;