mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-02-02 06:21:03 +00:00
Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest.
R=mark@chromium.org Review URL: https://breakpad.appspot.com/3754002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1417 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
cfaf27c37e
commit
cef1bee150
|
@ -44,10 +44,6 @@
|
|||
|
||||
using namespace google_breakpad;
|
||||
|
||||
// Length of a formatted GUID string =
|
||||
// sizeof(MDGUID) * 2 + 4 (for dashes) + 1 (null terminator)
|
||||
const int kGUIDStringSize = 37;
|
||||
|
||||
namespace {
|
||||
|
||||
typedef testing::Test MicrodumpWriterTest;
|
||||
|
|
Loading…
Reference in a new issue