Skip to content

Commit c4a738b

Browse files
committed
Remove popen comment that no longer applies
1 parent d4194dd commit c4a738b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ansi-c/c_preprocess.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,6 @@ bool c_preprocess_visual_studio(
305305
command_file << shell_quote(file) << "\n";
306306
}
307307

308-
// _popen isn't very reliable on WIN32
309-
// that's why we use run()
310308
int result =
311309
run("cl", {"cl", "@" + command_file_name()}, "", outstream, stderr_file());
312310

0 commit comments

Comments
 (0)