mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-24 02:22:57 +00:00
breakpad: Remove semicolons, iOS edition.
Bug: chromium:926235 Change-Id: I237e7b7d89e5746beea80754675a232c881f25f6 Reviewed-on: https://chromium-review.googlesource.com/c/1487336 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
committed by
Mark Mentovai
parent
30153b4eb5
commit
2853d21e20
@@ -120,7 +120,7 @@ class ProtectedMemoryLocker {
|
||||
// Then unlock the mutex
|
||||
__attribute__((unused)) int rv = pthread_mutex_unlock(mutex_);
|
||||
assert(rv == 0);
|
||||
};
|
||||
}
|
||||
|
||||
private:
|
||||
ProtectedMemoryLocker();
|
||||
|
||||
Reference in New Issue
Block a user