diff options
author | Oleg Iarygin <oleg@arhadthedev.net> | 2022-06-29 14:58:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 14:58:56 (GMT) |
commit | 63c772d5ae0267cd335ce829d4ff35b964a42bd2 (patch) | |
tree | 239c547a6c07995120cf4794533d39fddb90b239 /PC | |
parent | 6485c3c7267eeb4095530af474c43f1244cb492b (diff) | |
download | cpython-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.c | 6 |
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 |