aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake.core.conf
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.com>2023-11-09 06:17:17 +0300
committersnermolaev <snermolaev@yandex-team.com>2023-11-09 06:44:13 +0300
commit8696eb789fdb6eeb08bc9138d5747545c98f198d (patch)
tree8c839976ad28e0dcfb95e5410d5dd4f36b0acf0d /build/ymake.core.conf
parentedd38230e267c84d69ab81d1061df55eb5f22194 (diff)
downloadydb-8696eb789fdb6eeb08bc9138d5747545c98f198d.tar.gz
remove unused macro COLLECT_YDB_API_SPECS_LEGACY
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r--build/ymake.core.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 398e3c6185..45c3cb2b08 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -5621,14 +5621,6 @@ macro MSVC_FLAGS(FLAGS...) {
_MSVC_FLAGS_WINDOWS_IMPL($TARGET_PLATFORM $FLAGS)
}
-### @usage: COLLECT_YDB_API_SPECS_LEGACY(VarName Paths...) #deprecated
-###
-### This macro is ugly hack for legacy YDB go API codegen, any other uses are prohibited
-macro COLLECT_YDB_API_SPECS_LEGACY(FILES_VAR, PATHS...) {
- _GLOB($FILES_VAR ${suf=/*.proto:PATHS})
- RESTRICT_PATH(kikimr/public/sdk/go/ydb/api MSG This is ugly hack for legacy YDB go API codegen, any other uses are probibited)
-}
-
# tag:proto tag:apphost
### @usage: APPHOST()
###