fix: unused variable warnings in linux code (#12950)

This commit is contained in:
Jeremy Apthorp 2018-05-15 11:49:27 -07:00 committed by Charles Kerr
parent c4134c3516
commit 8fa48d1c04
8 changed files with 10 additions and 20 deletions

View file

@ -28,8 +28,6 @@ namespace crash_reporter {
namespace {
static const size_t kDistroSize = 128;
// Define a preferred limit on minidump sizes, because Crash Server currently
// throws away any larger than 1.2MB (1.2 * 1024 * 1024). A value of -1 means
// no limit.