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

Unified Diff: unit_test/convert_test.cc

Issue 1513263004: remove unused var (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: remove include gtest from cc and use h include Created 5 years 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
« no previous file with comments | « include/libyuv/version.h ('k') | unit_test/unit_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unit_test/convert_test.cc
diff --git a/unit_test/convert_test.cc b/unit_test/convert_test.cc
index 74162117b92948c8da3454e8575485485255a943..1d736bdfed09d107c29a04f97c00156bc732708a 100644
--- a/unit_test/convert_test.cc
+++ b/unit_test/convert_test.cc
@@ -1709,7 +1709,6 @@ TEST_F(LibYUVConvertTest, FMT_PLANAR##To##FMT_B##_##FMT_C##N) { \
dst_argb_b + OFF, kStrideB, \
kWidth, NEG kHeight); \
} \
- int max_diff = 0; \
/* Convert to a 3rd format in 1 step and 2 steps and compare */ \
const int kStrideC = kWidth * BPP_C; \
align_buffer_64(dst_argb_c, kStrideC * kHeight + OFF); \
« no previous file with comments | « include/libyuv/version.h ('k') | unit_test/unit_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698