summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorOleg Iarygin <oleg@arhadthedev.net>2022-06-29 14:58:56 (GMT)
committerGitHub <noreply@github.com>2022-06-29 14:58:56 (GMT)
commit63c772d5ae0267cd335ce829d4ff35b964a42bd2 (patch)
tree239c547a6c07995120cf4794533d39fddb90b239 /PC
parent6485c3c7267eeb4095530af474c43f1244cb492b (diff)
downloadcpython-63c772d5ae0267cd335ce829d4ff35b964a42bd2.zip
cpython-63c772d5ae0267cd335ce829d4ff35b964a42bd2.tar.gz
cpython-63c772d5ae0267cd335ce829d4ff35b964a42bd2.tar.bz2
Delete unused PC/empty.c (GH-94418)
Diffstat (limited to 'PC')
-rw-r--r--PC/empty.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/PC/empty.c b/PC/empty.c
deleted file mode 100644
index 846b4d0..0000000
--- 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