remove TrafficController::dump

Test: TreeHugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I399ac8dfc4992f4c604f1d32c2f1b8ae06710808
This commit is contained in:
Maciej Żenczykowski
2023-09-06 16:45:25 +00:00
parent 4f28615724
commit d70a33061e
4 changed files with 2 additions and 33 deletions

View File

@@ -576,13 +576,5 @@ void TrafficController::setPermissionForUids(int permission, const std::vector<u
}
}
void TrafficController::dump(int fd, bool verbose __unused) {
std::lock_guard guard(mMutex);
DumpWriter dw(fd);
ScopedIndent indentTop(dw);
dw.println("TrafficController");
}
} // namespace net
} // namespace android