fix: unused variable warnings in linux code (#12950)
This commit is contained in:
parent
c4134c3516
commit
8fa48d1c04
8 changed files with 10 additions and 20 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue