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

Commit b939d844 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Remove is_any_gd_enabled

Bug: 199945370
Tag: #refactor
Test: gd/cert/run

Change-Id: I65515d0b44e2b71f4046ff639308f6d3850f6e7a
parent fc073625
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -424,12 +424,7 @@ static void dump(int fd, const char** arguments) {
  LeAudioClient::DebugDump(fd);
  connection_manager::dump(fd);
  bluetooth::bqr::DebugDump(fd);
  if (bluetooth::shim::is_any_gd_enabled()) {
  bluetooth::shim::Dump(fd, arguments);
  } else {
#if (BTSNOOP_MEM == TRUE)
#endif
  }
}

static void dumpMetrics(std::string* output) {