aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoshua Peraza <jperaza@chromium.org>2019-06-11 16:06:02 -0700
committerJoshua Peraza <jperaza@chromium.org>2019-06-11 23:36:23 +0000
commit756daa536ad819eff80172aaab262fb71d1e89fd (patch)
treeda54eadc28c4230d7ca88ee4e5378fe6b9ee7276 /src
parentfix build failures (diff)
downloadbreakpad-756daa536ad819eff80172aaab262fb71d1e89fd.tar.xz
Removed unused includes/declarations
Change-Id: I2ada9f96efe97c25c885eef561af725418a46bec Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1652667 Reviewed-by: Mark Mentovai <mark@chromium.org>
Diffstat (limited to 'src')
-rw-r--r--src/processor/range_map_truncate_lower_unittest.cc2
-rw-r--r--src/processor/range_map_truncate_upper_unittest.cc2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/processor/range_map_truncate_lower_unittest.cc b/src/processor/range_map_truncate_lower_unittest.cc
index 0499103c..a933c956 100644
--- a/src/processor/range_map_truncate_lower_unittest.cc
+++ b/src/processor/range_map_truncate_lower_unittest.cc
@@ -33,7 +33,6 @@
#include "processor/range_map-inl.h"
#include "breakpad_googletest_includes.h"
-#include "common/scoped_ptr.h"
#include "processor/linked_ptr.h"
#include "processor/logging.h"
@@ -42,7 +41,6 @@ namespace {
using google_breakpad::linked_ptr;
using google_breakpad::MergeRangeStrategy;
using google_breakpad::RangeMap;
-using google_breakpad::scoped_ptr;
// A CountedObject holds an int. A global (not thread safe!) count of
// allocated CountedObjects is maintained to help test memory management.
diff --git a/src/processor/range_map_truncate_upper_unittest.cc b/src/processor/range_map_truncate_upper_unittest.cc
index e5248d63..7e3034f2 100644
--- a/src/processor/range_map_truncate_upper_unittest.cc
+++ b/src/processor/range_map_truncate_upper_unittest.cc
@@ -38,7 +38,6 @@
#include "processor/range_map-inl.h"
#include "breakpad_googletest_includes.h"
-#include "common/scoped_ptr.h"
#include "processor/linked_ptr.h"
#include "processor/logging.h"
@@ -47,7 +46,6 @@ namespace {
using google_breakpad::linked_ptr;
using google_breakpad::MergeRangeStrategy;
using google_breakpad::RangeMap;
-using google_breakpad::scoped_ptr;
// A CountedObject holds an int. A global (not thread safe!) count of
// allocated CountedObjects is maintained to help test memory management.