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

Commit 80d664e9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove unused using std::vector from properties" am: 730ca29f am:...

Merge "Remove unused using std::vector from properties" am: 730ca29f am: 137fd160 am: a421b516 am: 7ec81935 am: 56975890

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1833379

Change-Id: I4a6dcb64842133a27ff75ef00719d93734d9db24
parents 699be3bf 56975890
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());