From e6b99c6ded8248e1a24186bfa92f3399240ff243 Mon Sep 17 00:00:00 2001 From: Matt Buckley Date: Wed, 7 Aug 2024 17:44:49 +0000 Subject: Remove the comment that says the performance hint manager must be released after use. This is not true. The performance hint manager is a global singleton and does not need to be released. Flag: DOCS_ONLY Test: n/a Bug: 357214902 Change-Id: I82c694aaa78bd2ae70f493c4be3d9cd7970bcc8c --- include/android/performance_hint.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/android') diff --git a/include/android/performance_hint.h b/include/android/performance_hint.h index 87366958dc..3f32a5abb3 100644 --- a/include/android/performance_hint.h +++ b/include/android/performance_hint.h @@ -85,7 +85,6 @@ typedef struct AWorkDuration AWorkDuration; /** * An opaque type representing a handle to a performance hint manager. - * It must be released after use. * * To use: