Fix unused variable warning from r219544.

llvm-svn: 219547
This commit is contained in:
Eric Christopher 2014-10-10 23:58:30 +00:00
parent afdf842b3f
commit baaf079423
1 changed files with 0 additions and 1 deletions

View File

@ -5026,7 +5026,6 @@ get_demangled_name_without_arguments (const Mangled *obj)
g_last_mangled = mangled;
const char *mangled_name_cstr = mangled.GetCString();
const char *demangled_name_cstr = demangled.GetCString();
if (demangled && mangled_name_cstr && mangled_name_cstr[0])
{