summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhitsedesen <[email protected]>2025-04-11 15:04:55 +0300
committerhitsedesen <[email protected]>2025-04-11 15:22:18 +0300
commitffefd3fa4ce2156e7e3af1a33abe2c422584433a (patch)
treeb57eeb649361de37c7880fbb391438a86d2d791c
parentf875f5e1f7898efcfd42d4167f7df09aa75afd13 (diff)
YTORM: Revert path attributes commits
Revert "YTORM: Path attributes" This reverts commit 045d8a23a8914c8a38833a1782c188ad07b1a5af, reversing changes made to 1b760907e17929d5243e421da35bcf657a6aa88d. Revert "YTORM: Fix path attributes default in value getter" This reverts commit 7f5fcf15802ca5389e54efaf9d66ed303b033ec5, reversing changes made to dc48d4b3336ca484b4079272e83e32e50e262dbc. commit_hash:2d63ffb2d0204ac9f1df59b7700b042c0ff549a2
-rw-r--r--yt/yt/core/ytree/public.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt/yt/core/ytree/public.h b/yt/yt/core/ytree/public.h
index deac48ae912..368840528c1 100644
--- a/yt/yt/core/ytree/public.h
+++ b/yt/yt/core/ytree/public.h
@@ -43,7 +43,6 @@ struct INodeFactory;
struct ITransactionalNodeFactory;
DECLARE_REFCOUNTED_STRUCT(IAttributeDictionary)
-using IConstAttributeDictionaryPtr = TIntrusivePtr<const IAttributeDictionary>;
struct IAttributeOwner;