summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/pythonrun.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libs/python/Include/pythonrun.h')
-rw-r--r--contrib/libs/python/Include/pythonrun.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/libs/python/Include/pythonrun.h b/contrib/libs/python/Include/pythonrun.h
deleted file mode 100644
index 381610c54ea..00000000000
--- a/contrib/libs/python/Include/pythonrun.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/pythonrun.h>
-#else
-#include <contrib/tools/python/src/Include/pythonrun.h>
-#endif