diff options
author | Chih-hung Hsieh <chh@google.com> | 2014-11-25 19:56:57 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-25 19:56:57 +0000 |
commit | c12905b670fa9f1eb98d78334644aa7f8ea50316 (patch) | |
tree | b250dac54d5125755a4dcb736c6137ddcb50b9e3 | |
parent | 19db4449e0ac70655a99c034866c7a839a1720db (diff) | |
parent | 96fb5d20388464bb9470f6d47e26f34058c36ac3 (diff) | |
download | system_core-c12905b670fa9f1eb98d78334644aa7f8ea50316.zip system_core-c12905b670fa9f1eb98d78334644aa7f8ea50316.tar.gz system_core-c12905b670fa9f1eb98d78334644aa7f8ea50316.tar.bz2 |
am 96fb5d20: am e3d9a675: Merge "Remove unused variable"
* commit '96fb5d20388464bb9470f6d47e26f34058c36ac3':
Remove unused variable
-rw-r--r-- | logcat/tests/logcat_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/logcat/tests/logcat_test.cpp b/logcat/tests/logcat_test.cpp index b1412ff..b358485 100644 --- a/logcat/tests/logcat_test.cpp +++ b/logcat/tests/logcat_test.cpp @@ -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)) { |