Skip to content
Snippets Groups Projects
Commit fd29ebe7 authored by Danilo Piparo's avatar Danilo Piparo
Browse files

[Core] Use R__ALWAYS_SUGGEST_ALTERNATIVE to deprecate TStringLong

parent dc923b88
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,6 @@
#ifndef ROOT_TStringLong
#define ROOT_TStringLong
#define R__SUGGEST_NEW_INTERFACE_LOCAL
//////////////////////////////////////////////////////////////////////////
// //
// TStringLong //
......@@ -52,8 +49,6 @@ public:
virtual Int_t Sizeof() const;
ClassDef(TStringLong,1) //Long string class (more than 255 chars)
} R__SUGGEST_ALTERNATIVE("TString");
#undef R__SUGGEST_NEW_INTERFACE_LOCAL
} R__ALWAYS_SUGGEST_ALTERNATIVE("TString");
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment