Remove (a? the last?) extraneous semicolon

Bug: chromium:926235
Change-Id: Ie30810641c1d0dcc735002443f7a18facd9508a8
Reviewed-on: https://chromium-review.googlesource.com/c/1475993
Commit-Queue: Mark Mentovai <mark@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
This commit is contained in:
Mark Mentovai 2019-02-21 10:41:28 -05:00
parent 25ba1d6895
commit 39e458b331

View File

@ -163,7 +163,7 @@ class CrashReportDatabase {
//! This is not implemented on macOS or Windows.
std::map<std::string, FileReader*> GetAttachments() const {
return attachment_map_;
};
}
private:
friend class CrashReportDatabase;