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:
benchan@chromium.org 2015-01-28 18:33:50 +00:00
parent cfaf27c37e
commit cef1bee150

View file

@ -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;