summaryrefslogtreecommitdiffstats
path: root/library/python/prctl/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/python/prctl/ya.make')
-rw-r--r--library/python/prctl/ya.make9
1 files changed, 0 insertions, 9 deletions
diff --git a/library/python/prctl/ya.make b/library/python/prctl/ya.make
deleted file mode 100644
index 163626e91db..00000000000
--- a/library/python/prctl/ya.make
+++ /dev/null
@@ -1,9 +0,0 @@
-PY23_LIBRARY()
-
-PY_SRCS(
- prctl.pyx
-)
-
-BUILD_ONLY_IF(WARNING LINUX)
-
-END()