aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/codecs.h
diff options
context:
space:
mode:
authorbugaevskiy <bugaevskiy@yandex-team.com>2022-12-31 17:40:08 +0300
committerbugaevskiy <bugaevskiy@yandex-team.com>2022-12-31 17:40:08 +0300
commit030896f914b07ae082ccf0b6b00df926d22d2454 (patch)
treee520bd22d01faaf07ff303c49ad2fdfefa114f67 /contrib/libs/python/Include/codecs.h
parent014fdab1c4bb0fedea59974a6bb13ef3ec3b67cb (diff)
downloadydb-030896f914b07ae082ccf0b6b00df926d22d2454.tar.gz
Remove Boost metaproject
Diffstat (limited to 'contrib/libs/python/Include/codecs.h')
-rw-r--r--contrib/libs/python/Include/codecs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/libs/python/Include/codecs.h b/contrib/libs/python/Include/codecs.h
deleted file mode 100644
index 52f76040fb..0000000000
--- a/contrib/libs/python/Include/codecs.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/codecs.h>
-#else
-#include <contrib/tools/python/src/Include/codecs.h>
-#endif