Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 239bda9

Browse files
committed
chore: remove missed comment
1 parent ee60c34 commit 239bda9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

wperf/arg_parser.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,6 @@ namespace ArgParser {
145145
std::wstring indicator(pos, L'~');
146146
indicator += L'^';
147147

148-
/*
149-
TODO: THIS function should change to use GetErrorOutputStream before migrating to wperf
150-
151-
*/
152-
153148
std::wostringstream error_message;
154149
error_message << L"Invalid argument detected:\n"
155150
<< command << L"\n"

0 commit comments

Comments
 (0)