remove redundant code that has moved to gs-common

Bug: 248426917
Test: adb bugreport
Change-Id: I61a64b13a84bdf397a7cf0e11e7665711529e35e
This commit is contained in:
Adam Shih 2022-10-12 10:56:15 +08:00
parent 6dbdc16a00
commit 179d0e83ea
2 changed files with 0 additions and 30 deletions

View file

@ -71,7 +71,6 @@ struct DumpstateDevice : public IDumpstateDevice {
void dumpMemorySection(int fd);
void dumpDisplaySection(int fd);
void dumpSensorsUSFSection(int fd);
void dumpAoCSection(int fd);
void dumpMiscSection(int fd);
void dumpCameraSection(int fd);
};