aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-04-11 12:23:05 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-04-11 12:23:05 +0300
commite892a15494d3480c4a211b7f60fc86e5fcc2be37 (patch)
tree1b00ab311f29c4c78e94d17059c98d85d9ea141e /library/cpp
parenta9ea4f5cd408a436d0dc2200c68c3406b35a8589 (diff)
downloadydb-e892a15494d3480c4a211b7f60fc86e5fcc2be37.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/yt/ya_cpp.make.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/library/cpp/yt/ya_cpp.make.inc b/library/cpp/yt/ya_cpp.make.inc
deleted file mode 100644
index cfd07909ebe..00000000000
--- a/library/cpp/yt/ya_cpp.make.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-# This file should be included in all YT projects (including YT ORM installations).
-
-IF (NOT MSVC)
- CXXFLAGS(
- -Wdeprecated-this-capture
- )
-ENDIF()