From 2853d21e2061d7134b165352144a40c62c2e2c05 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 25 Feb 2019 15:03:19 -0500 Subject: breakpad: Remove semicolons, iOS edition. Bug: chromium:926235 Change-Id: I237e7b7d89e5746beea80754675a232c881f25f6 Reviewed-on: https://chromium-review.googlesource.com/c/1487336 Reviewed-by: Mark Mentovai --- src/common/mac/file_id.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/mac/file_id.h b/src/common/mac/file_id.h index 1d6dfde1..5d60e84c 100644 --- a/src/common/mac/file_id.h +++ b/src/common/mac/file_id.h @@ -42,7 +42,7 @@ namespace google_breakpad { class FileID { public: FileID(const char *path); - ~FileID() {}; + ~FileID() {} // Load the identifier for the file path specified in the constructor into // |identifier|. Return false if the identifier could not be created for the -- cgit v1.2.1