From dcbaeef6e33f870ac7ab158bf8217adf229d9420 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Wed, 3 Jul 2019 12:13:09 -0700 Subject: [PATCH] healthd: remove unused variable. Test: builds Change-Id: If12cfd31353cd26b41c1c07f44761cea3c46c34a --- healthd/AnimationParser.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/healthd/AnimationParser.cpp b/healthd/AnimationParser.cpp index 864038b70..fde3b95e0 100644 --- a/healthd/AnimationParser.cpp +++ b/healthd/AnimationParser.cpp @@ -84,7 +84,6 @@ bool parse_animation_desc(const std::string& content, animation* anim) { static constexpr const char* fail_prefix = "fail: "; static constexpr const char* clock_prefix = "clock_display: "; static constexpr const char* percent_prefix = "percent_display: "; - static constexpr const char* frame_prefix = "frame: "; std::vector frames;