Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 730ca29f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove unused using std::vector from properties"

parents 26a82dcc 5dabea5e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -23,8 +23,6 @@
#include "os/log.h"
#include "osi/include/osi.h"

using std::vector;

static void ParseUint8t(Json::Value value, uint8_t* field) {
  if (value.isString())
    *field = std::stoi(value.asString());