From: Oleg Iarygin Date: Wed, 29 Jun 2022 14:58:56 +0000 (+0300) Subject: Delete unused PC/empty.c (GH-94418) X-Git-Tag: v3.12.0a1~1071 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63c772d5ae0267cd335ce829d4ff35b964a42bd2;p=thirdparty%2FPython%2Fcpython.git Delete unused PC/empty.c (GH-94418) --- diff --git a/PC/empty.c b/PC/empty.c deleted file mode 100644 index 846b4d0d6462..000000000000 --- a/PC/empty.c +++ /dev/null @@ -1,6 +0,0 @@ -#include -int __stdcall -WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) -{ - return 0; -} \ No newline at end of file