Merge "Fix a static-analyzer warning."

am: 63b4f6f5db

Change-Id: I85fd6d25733d59da76eb0bab381fdbd3b5a0430d
This commit is contained in:
George Burgess IV
2016-10-20 19:19:15 +00:00
committed by android-build-merger

View File

@@ -72,8 +72,8 @@ std::vector<std::string> listFiles(const StringPiece& root, std::string* outErro
std::stringstream errorStr;
errorStr << "unable to open file: " << strerror(errno);
*outError = errorStr.str();
return {};
}
return {};
}
std::vector<std::string> files;