healthd: remove unused variable.

Test: builds
Change-Id: If12cfd31353cd26b41c1c07f44761cea3c46c34a
This commit is contained in:
Yifan Hong 2019-07-03 12:13:09 -07:00
parent 4e6275ddaf
commit dcbaeef6e3

View file

@ -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<animation::frame> frames;