diff options
author | spreis <spreis@yandex-team.com> | 2025-01-16 09:41:39 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2025-01-16 10:03:57 +0300 |
commit | 52a66222e020dfa42322b3845a3855a620db393f (patch) | |
tree | f08accc9c8e5c3e28ac2b9e5f6a4438adb7a5b8f | |
parent | 177095c777786654a57b2edba247e9ff3dc098d0 (diff) | |
download | ydb-52a66222e020dfa42322b3845a3855a620db393f.tar.gz |
Try to ditch OWNER macro completely
commit_hash:835420a4cc2aebcd1c2b4601cbc5a844d2ef4a8b
-rw-r--r-- | build/ymake.core.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 0dce97a192..30187e4895 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -4300,14 +4300,6 @@ macro NEED_REVIEW(Flags...) { ENABLE(UNUSED_MACRO) } -# tag:deprecated -### @usage: OWNER(UsersOrGroups) # deprecated -### -### Old way to cpecify owners of code. Now completely unused. Use a.yaml to specify ownership -macro OWNER(Owners...) { - ENABLE(UNUSED_MACRO) -} - ### @usage: SUBSCRIBER(UsersOrGroups) ### ### Add observers of the code. |