]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Delete unused PC/empty.c (GH-94418)
authorOleg Iarygin <oleg@arhadthedev.net>
Wed, 29 Jun 2022 14:58:56 +0000 (17:58 +0300)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2022 14:58:56 +0000 (15:58 +0100)
PC/empty.c [deleted file]

diff --git a/PC/empty.c b/PC/empty.c
deleted file mode 100644 (file)
index 846b4d0..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <windows.h>
-int __stdcall
-WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
-{
-    return 0;
-}
\ No newline at end of file