Skip to content

Commit 04a223f

Browse files
committed
Drop well known code comment ... no functional change
1 parent 3b9cb65 commit 04a223f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

svcbatch.c

-3
Original file line numberDiff line numberDiff line change
@@ -1447,9 +1447,6 @@ static DWORD WINAPI workerthread(LPVOID unused)
14471447
arg1 = xwcsvarcat(L"\"", svcbatchfile, L"\"", 0);
14481448
else
14491449
arg1 = svcbatchfile;
1450-
/**
1451-
* Everything after /C has to be one argument
1452-
*/
14531450
cmdline = xwcsvarcat(arg0, L" /D /C \"", arg1, L"\"", 0);
14541451
#if defined(_DBGVIEW)
14551452
dbgprintf(__FUNCTION__, " program %S", comspec);

0 commit comments

Comments
 (0)