summaryrefslogtreecommitdiffstats
path: root/logcat
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2014-11-23 22:30:45 +0100
committerMark Salyzyn <salyzyn@google.com>2014-11-24 20:01:45 +0000
commit1eca6a91a10a42662afd3d507867f8fedea0f29c (patch)
tree73ee9bb1542166a8437fa25976daa137d8928c4d /logcat
parenta4b846f0d3a679b24f9cd92da9705ae0dcd12995 (diff)
downloadsystem_core-1eca6a91a10a42662afd3d507867f8fedea0f29c.zip
system_core-1eca6a91a10a42662afd3d507867f8fedea0f29c.tar.gz
system_core-1eca6a91a10a42662afd3d507867f8fedea0f29c.tar.bz2
Remove unused variable
Change-Id: Ifba91dd93a9c8170f8837c413756554e117be894 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
Diffstat (limited to 'logcat')
-rw-r--r--logcat/tests/logcat_test.cpp1
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)) {