Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: media/base/pipeline_unittest.cc

Issue 10825108: Remove a bunch of dead fields found by Scythe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/base/pipeline_unittest.cc
diff --git a/media/base/pipeline_unittest.cc b/media/base/pipeline_unittest.cc
index 1ff12c23d8b6e136059add328593151ab85bbbfb..6fd6172bbb4b3344cbf68aa5a7b22610e439e552 100644
--- a/media/base/pipeline_unittest.cc
+++ b/media/base/pipeline_unittest.cc
@@ -34,7 +34,6 @@ namespace media {
// Demuxer properties.
static const int kTotalBytes = 1024;
-static const int kBufferedBytes = 1024;
static const int kBitrate = 1234;
ACTION_P(SetDemuxerProperties, duration) {

Powered by Google App Engine
This is Rietveld 408576698