diff options
author | Chih-hung Hsieh <chh@google.com> | 2014-11-25 18:52:14 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-25 18:52:14 +0000 |
commit | 96fb5d20388464bb9470f6d47e26f34058c36ac3 (patch) | |
tree | 40e514c83cfb2f3717e3807da53be9fe344ef5e3 | |
parent | c86b167153fb35f89616273335686b74467c8471 (diff) | |
parent | e3d9a67505236d502e6fbc7a1e278103ab2f7569 (diff) | |
download | system_core-96fb5d20388464bb9470f6d47e26f34058c36ac3.zip system_core-96fb5d20388464bb9470f6d47e26f34058c36ac3.tar.gz system_core-96fb5d20388464bb9470f6d47e26f34058c36ac3.tar.bz2 |
am e3d9a675: Merge "Remove unused variable"
* commit 'e3d9a67505236d502e6fbc7a1e278103ab2f7569':
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)) { |