move modem dump to gs-common

Bug: 250475732
Test: adb bugreport
Change-Id: Ifa227d7712c5d019db2e3a9d6fea118d054be601
This commit is contained in:
Adam Shih 2022-10-04 14:32:19 +08:00
parent 934b040eea
commit 40b3e768e4
3 changed files with 1 additions and 15 deletions

View file

@ -75,7 +75,6 @@ struct DumpstateDevice : public IDumpstateDevice {
void dumpMiscSection(int fd);
void dumpCameraSection(int fd);
void dumpTrustySection(int fd);
void dumpModemSection(int fd);
};
} // namespace implementation