remove unused code in basic/CodeCompleteDataCache
Specifically: CodeCompleteDataCache::GetVars() const CodeCompleteDataCache::SetVars(boost::unordered_map const&) CodeCompleteDataCache::print() const Change-Id: I59fb6f50ff47747c3cac959302bf6b7c4f4d79d3
This commit is contained in:
@@ -118,21 +118,6 @@ std::ostream& operator<< (std::ostream& aStream, const CodeCompleteDataCache& aC
|
||||
return aStream;
|
||||
}
|
||||
|
||||
const CodeCompleteVarScopes& CodeCompleteDataCache::GetVars() const
|
||||
{
|
||||
return aVarScopes;
|
||||
}
|
||||
|
||||
void CodeCompleteDataCache::SetVars( const CodeCompleteVarScopes& aScopes )
|
||||
{
|
||||
aVarScopes = aScopes;
|
||||
}
|
||||
|
||||
void CodeCompleteDataCache::print() const
|
||||
{
|
||||
std::cerr << *this << std::endl;
|
||||
}
|
||||
|
||||
void CodeCompleteDataCache::Clear()
|
||||
{
|
||||
aVarScopes.clear();
|
||||
|
Reference in New Issue
Block a user