I don't need this ivar. It was probably there from the olden days where dynamic type support was flakey. Remove and save space

llvm-svn: 222063
This commit is contained in:
Enrico Granata 2014-11-14 23:38:23 +00:00
parent c2291f3905
commit e63de11a1a
1 changed files with 1 additions and 6 deletions

View File

@ -249,8 +249,7 @@ public:
FormattersContainer(std::string name,
IFormatChangeListener* lst) :
m_format_map(lst),
m_name(name),
m_id_cs(ConstString("id"))
m_name(name)
{
}
@ -327,15 +326,11 @@ public:
}
protected:
BackEndType m_format_map;
std::string m_name;
DISALLOW_COPY_AND_ASSIGN(FormattersContainer);
ConstString m_id_cs;
void
Add_Impl (const MapKeyType &type, const MapValueType& entry, lldb::RegularExpressionSP *dummy)
{