aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cStringIO.h
diff options
context:
space:
mode:
authorhcpp <hcpp@ydb.tech>2024-05-29 13:04:08 +0300
committerhcpp <hcpp@ydb.tech>2024-05-29 13:16:18 +0300
commit2f065b3fa5c830a40355ad91b6ea2c3ad42b509d (patch)
tree28817ea498ec45c45937037a841886b52af61c99 /contrib/libs/python/Include/cStringIO.h
parentd3af448860d82759c7e46a48f8c17184f2178790 (diff)
downloadydb-2f065b3fa5c830a40355ad91b6ea2c3ad42b509d.tar.gz
hive metastore & thrift targets have been removed
7becf1cca2ed91e08174c1d0a0cd070a6aeee343
Diffstat (limited to 'contrib/libs/python/Include/cStringIO.h')
-rw-r--r--contrib/libs/python/Include/cStringIO.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/libs/python/Include/cStringIO.h b/contrib/libs/python/Include/cStringIO.h
deleted file mode 100644
index 3a8a908d56..0000000000
--- a/contrib/libs/python/Include/cStringIO.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#error "No <cStringIO.h> in Python3"
-#else
-#include <contrib/tools/python/src/Include/cStringIO.h>
-#endif