summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbabenko <[email protected]>2024-06-22 16:22:08 +0300
committerbabenko <[email protected]>2024-06-22 16:33:08 +0300
commit5ff155432301ed27c950b17c394a6b89eb3b11f4 (patch)
tree6bad16a6ca9ae55bfdcbc880ad4e0f08054fd35a
parentf5a4da167ff17171da0c8309d1d98b3d614bfae6 (diff)
Fix build
61aa8d50558508fba96219d342e7b129386e764a
-rw-r--r--yt/yt/core/concurrency/propagating_storage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/concurrency/propagating_storage.cpp b/yt/yt/core/concurrency/propagating_storage.cpp
index c7390fa0f3a..0d8bce98efb 100644
--- a/yt/yt/core/concurrency/propagating_storage.cpp
+++ b/yt/yt/core/concurrency/propagating_storage.cpp
@@ -213,7 +213,7 @@ struct TPropagatingStorageInfo
TSourceLocation PrevLocation;
};
-YT_DEFINE_GLOBAL(TFlsSlot<TPropagatingStorageInfo>, PropagatingStorageSlot, {});
+YT_DEFINE_GLOBAL(TFlsSlot<TPropagatingStorageInfo>, PropagatingStorageSlot);
////////////////////////////////////////////////////////////////////////////////