am 96fb5d20: am e3d9a675: Merge "Remove unused variable"

* commit '96fb5d20388464bb9470f6d47e26f34058c36ac3':
  Remove unused variable
This commit is contained in:
Chih-hung Hsieh 2014-11-25 19:56:57 +00:00 committed by Android Git Automerger
commit c12905b670

View file

@ -548,7 +548,6 @@ TEST(logcat, logrotate_suffix) {
static const char rotated_log_filename_prefix[] = "log.txt.";
static const size_t rotated_log_filename_prefix_len =
strlen(rotated_log_filename_prefix);
static const char total[] = "total ";
static const char log_filename[] = "log.txt";
if (!strncmp(buffer, rotated_log_filename_prefix, rotated_log_filename_prefix_len)) {