aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.com>2024-09-12 03:45:29 +0300
committersnermolaev <snermolaev@yandex-team.com>2024-09-12 03:58:00 +0300
commit7bd81dc2f1ea38b950587f937d2f886cf011e60e (patch)
treec4edd6f0b2174b646bd7a2e58e547a8d49019623
parent0c97333b51caf4a002d434eb910d31973af319cc (diff)
downloadydb-7bd81dc2f1ea38b950587f937d2f886cf011e60e.tar.gz
remove obsolete macro PACKAGE_STRICT
1ff0c32b36b76c7609f6d6fd03154a104600bb68
-rw-r--r--build/ymake.core.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index ce46cc9b1e..43400fb133 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -2361,11 +2361,6 @@ macro PACK(Ext) {
SET(PACKED_PACKAGE_EXT $Ext)
}
-PACKAGE_STRICT_VALUE=
-macro PACKAGE_STRICT() {
- SET(PACKAGE_STRICT_VALUE yes)
-}
-
### @usage: PACKAGE(name)
###
### Module collects what is described directly inside it, builds and collects all its transitively available PEERDIRs.