mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-25 16:54:43 +01: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
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue