diff options
author | yuryalekseev <yuryalekseev@yandex-team.com> | 2022-12-29 19:20:48 +0300 |
---|---|---|
committer | yuryalekseev <yuryalekseev@yandex-team.com> | 2022-12-29 19:20:48 +0300 |
commit | be0300940de87d760946dbca2b5ad0143c22777f (patch) | |
tree | 6bc5f5449f0461251b8af8519ea463817ad5d7ee /contrib/libs/python/Include/cStringIO.h | |
parent | 73b247f4a0932b7d9fb693cfcc28965862abb20a (diff) | |
download | ydb-be0300940de87d760946dbca2b5ad0143c22777f.tar.gz |
Remove obsolete dependencies.
Diffstat (limited to 'contrib/libs/python/Include/cStringIO.h')
-rw-r--r-- | contrib/libs/python/Include/cStringIO.h | 7 |
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 |