Remove unused variable
Change-Id: Ifba91dd93a9c8170f8837c413756554e117be894 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
This commit is contained in:
parent
a4b846f0d3
commit
1eca6a91a1
1 changed files with 0 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue