aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.com>2023-10-07 05:11:39 +0300
committersnermolaev <snermolaev@yandex-team.com>2023-10-07 05:37:49 +0300
commit142cb5c4946b39c8415ad0394d706908a6afce59 (patch)
tree4bec7413a13e25ee041cbcdc9fb976ac9af353c5 /build
parente02244ec7573b08a7d98105114ddcf0334c5a5b1 (diff)
downloadydb-142cb5c4946b39c8415ad0394d706908a6afce59.tar.gz
remove _DUPSRC_IGNORE_LIST workaround
Diffstat (limited to 'build')
-rw-r--r--build/conf/settings.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/build/conf/settings.conf b/build/conf/settings.conf
index 796073bb1d..e1a7e4b055 100644
--- a/build/conf/settings.conf
+++ b/build/conf/settings.conf
@@ -105,15 +105,3 @@ _FOLDABLE_VARS=\
_STD_CXX \
# end of _FOLDABLE_VARS list
-
-_DUPSRC_IGNORE_LIST_ADS_BSYETI_SAMOGON=\
- $B/ads/bsyeti/samogon/buzzard/config/buzzard_config.py \
- $B/ads/bsyeti/samogon/eagle/config/eagle_config.py \
- $B/ads/bsyeti/samogon/eagle/datagram_receiver_config/datagram_receiver_config.py \
- $B/ads/bsyeti/samogon/eagle/lt_search_config/lt_search_config.py \
- $B/ads/bsyeti/samogon/eagle/searchpers_config/searchpers_config.py
-
-_DUPSRC_IGNORE_LIST=\
- $_DUPSRC_IGNORE_LIST_ADS_BSYETI_SAMOGON
-
-_FOLDABLE_VARS+=_DUPSRC_IGNORE_LIST_ADS_BSYETI_SAMOGON