From 1eca6a91a10a42662afd3d507867f8fedea0f29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Sun, 23 Nov 2014 22:30:45 +0100 Subject: [PATCH] Remove unused variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifba91dd93a9c8170f8837c413756554e117be894 Signed-off-by: Bernhard Rosenkränzer --- logcat/tests/logcat_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/logcat/tests/logcat_test.cpp b/logcat/tests/logcat_test.cpp index b1412ff12..b3584854d 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)) {