From bd0399525271c49df7e103c2e52d631cd4bec9f2 Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Wed, 22 Feb 2023 12:41:34 +0800 Subject: [PATCH] remove gps function from header file Bug: 240530709 Test: adb bugreport Change-Id: I1f3eb7d3f8fc08d089c3a1a236da44082b5fbd8d --- dumpstate/Dumpstate.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dumpstate/Dumpstate.h b/dumpstate/Dumpstate.h index 2e5ace3a..9aebf5da 100644 --- a/dumpstate/Dumpstate.h +++ b/dumpstate/Dumpstate.h @@ -60,7 +60,6 @@ class Dumpstate : public BnDumpstateDevice { void dumpModemLogs(int fd, const std::string &destDir); void dumpRadioLogs(int fd, const std::string &destDir); void dumpCameraLogs(int fd, const std::string &destDir); - void dumpGpsLogs(int fd, const std::string &destDir); void dumpGxpLogs(int fd, const std::string &destDir); // Hybrid and binary sections that require an additional file descriptor