aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordtorilov <dtorilov@yandex-team.com>2024-08-09 20:20:33 +0300
committerdtorilov <dtorilov@yandex-team.com>2024-08-09 20:31:18 +0300
commita5b5bc273bbae87d3bf38d2e8b53d485a6fa918f (patch)
treea260a3b00dab83d1d6ec91f6b745ca28cf2f7ab4
parenta1a81f282ca62d5ac0ece76268352af3fafd8d13 (diff)
downloadydb-a5b5bc273bbae87d3bf38d2e8b53d485a6fa918f.tar.gz
YT-21306: Temporarily remove EMultiplexingBand::Journal
6f86c28e48029fc49f29a9705ce9027f68e7fcb1
-rw-r--r--yt/yt/core/bus/public.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt/yt/core/bus/public.h b/yt/yt/core/bus/public.h
index 5a07031874..ba06208732 100644
--- a/yt/yt/core/bus/public.h
+++ b/yt/yt/core/bus/public.h
@@ -34,7 +34,6 @@ DEFINE_ENUM(EMultiplexingBand,
((Heavy) (2))
((Interactive) (3))
((RealTime) (4))
- ((Journal) (5))
);
EMultiplexingBand GetDefaultValue(EMultiplexingBand);