summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/memory/ref.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/yt/memory/ref.h')
-rw-r--r--library/cpp/yt/memory/ref.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/cpp/yt/memory/ref.h b/library/cpp/yt/memory/ref.h
index 1fc451f50aa..91bce3fde6a 100644
--- a/library/cpp/yt/memory/ref.h
+++ b/library/cpp/yt/memory/ref.h
@@ -162,9 +162,6 @@ public:
//! Same as above but the memory tag is specified in #tagCookie.
static TSharedRef FromString(std::string str, TRefCountedTypeCookie tagCookie);
- //! Creates a TSharedRef from a zero-terminated C string.
- static TSharedRef FromString(const char* str);
-
//! Creates a TSharedRef for a given blob taking ownership of its content.
static TSharedRef FromBlob(TBlob&& blob);