Whitespace fix.

llvm-svn: 119581
This commit is contained in:
Sean Callanan 2010-11-17 23:00:07 +00:00
parent 307e4688c5
commit ac6429fc9a
1 changed files with 0 additions and 1 deletions

View File

@ -1002,7 +1002,6 @@ ClangExpressionDeclMap::GetDecls (NameSearchContext &context, const ConstString
// doesn't start with our phony prefix of '$'
if (name_unique_cstr[0] != '$')
{
Variable *var = FindVariableInScope(*m_exe_ctx.frame, name);
// If we found a variable in scope, no need to pull up function names