diff options
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | 2023-05-03 04:34:14 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2023-05-03 04:34:14 +0000 |
commit | 7787d00054dbec7f67c78e18e4df6e45264a4f8c (patch) | |
tree | 009b0bd79664bab15150fc545d1d4ab5c862973d | |
parent | f3f78305a540ada12f3aa32525d5aced5bff445d (diff) | |
parent | 9e8fec8ac5b13aa6078e1bcdc7a4ddce2ded27eb (diff) |
Merge "thermal: Remove unused type alias" into udc-dev
-rw-r--r-- | thermal/thermal-helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/thermal/thermal-helper.h b/thermal/thermal-helper.h index 2b7967b..482517b 100644 --- a/thermal/thermal-helper.h +++ b/thermal/thermal-helper.h @@ -46,7 +46,6 @@ namespace implementation { using ::android::sp; using NotificationCallback = std::function<void(const Temperature &t)>; -using NotificationTime = std::chrono::time_point<std::chrono::steady_clock>; // Get thermal_zone type bool getThermalZoneTypeById(int tz_id, std::string *); |