summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2023-12-04 15:32:14 +0300
committerrobot-piglet <[email protected]>2023-12-05 01:22:50 +0300
commitc21ed9eedf73010bc81342518177dfdfb0d56bd7 (patch)
tree72f8fde4463080cfe5a38eb0babc051cfe32c51e /contrib/libs/python/Include
parentec1311bf2e8cc231723b8b5e484ca576663a1309 (diff)
Intermediate changes
Diffstat (limited to 'contrib/libs/python/Include')
-rw-r--r--contrib/libs/python/Include/opcode.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/libs/python/Include/opcode.h b/contrib/libs/python/Include/opcode.h
deleted file mode 100644
index add566d1ce0..00000000000
--- a/contrib/libs/python/Include/opcode.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/opcode.h>
-#else
-#include <contrib/tools/python/src/Include/opcode.h>
-#endif