Remove an unused variable found with a Clang warning.

llvm-svn: 229083
This commit is contained in:
Chandler Carruth 2015-02-13 08:04:18 +00:00
parent abc482effc
commit f7888ab386
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ HostInfoLinux::GetDistributionId()
{
// Try to run 'lbs_release -i', and use that response
// for the distribution id.
static bool success = false;
static std::once_flag g_once_flag;
std::call_once(g_once_flag, []() {