Merge "crash_reporter: Mark the euid parameter as __unused."

am: c625acf217

* commit 'c625acf21701af0f8a57a443a16240ea6e499774':
  crash_reporter: Mark the euid parameter as __unused.
This commit is contained in:
James Hawkins 2016-02-29 22:14:47 +00:00 committed by android-build-merger
commit 974bae41da

View file

@ -189,7 +189,7 @@ bool CrashCollector::GetUserInfoFromName(const std::string &name,
return true;
}
bool CrashCollector::GetCreatedCrashDirectoryByEuid(uid_t euid,
bool CrashCollector::GetCreatedCrashDirectoryByEuid(uid_t euid __unused,
FilePath *crash_directory,
bool *out_of_capacity) {
if (out_of_capacity) *out_of_capacity = false;