[Python-checkins] Delete unused PC/empty.c (GH-94418)

zooba webhook-mailer at python.org
Wed Jun 29 10:59:12 EDT 2022


https://github.com/python/cpython/commit/63c772d5ae0267cd335ce829d4ff35b964a42bd2
commit: 63c772d5ae0267cd335ce829d4ff35b964a42bd2
branch: main
author: Oleg Iarygin <oleg at arhadthedev.net>
committer: zooba <steve.dower at microsoft.com>
date: 2022-06-29T15:58:56+01:00
summary:

Delete unused PC/empty.c (GH-94418)

files:
D PC/empty.c

diff --git a/PC/empty.c b/PC/empty.c
deleted file mode 100644
index 846b4d0d64621..0000000000000
--- a/PC/empty.c
+++ /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



More information about the Python-checkins mailing list