From 94a8e0339ed33d00c13b220529947bd7894e3a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Wed, 11 Jan 2023 13:51:47 +0800 Subject: [PATCH] Windows: remove outdated comments --- src/common/processing_windows.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/processing_windows.c b/src/common/processing_windows.c index 30e515734..736c121b3 100644 --- a/src/common/processing_windows.c +++ b/src/common/processing_windows.c @@ -4,7 +4,6 @@ #define WIN32_LEAN_AND_MEAN 1 #include -//We can't use this native version yet because we still use POSIX path ( eg /usr/bin/fish ) at a lot of places. const char* ffProcessAppendStdOut(FFstrbuf* buffer, char* const argv[]) { SECURITY_ATTRIBUTES saAttr = {