aboutsummaryrefslogtreecommitdiff
path: root/aidl_checkapi.cpp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2022-03-10 18:25:59 +0000
committerSteven Moreland <smoreland@google.com>2022-03-14 17:02:41 +0000
commit9ab1a9ef674d125e64e7ce8ca0f6bd79bda00f4a (patch)
treec28a9b90b1bd6940dc6ba82112c4896e375a9f1f /aidl_checkapi.cpp
parent9dbf96095eb6e48385adab101402dc52fdc15637 (diff)
downloadaidl-9ab1a9ef674d125e64e7ce8ca0f6bd79bda00f4a.tar.gz
Remove @Hide.
Doesn't work. Untested. Not used. (use @hide in comments instead) Fixes: 223692894 Test: aidl_unittests Change-Id: I5766fe6fce29a1775e17c86b4718587f258c4b23
Diffstat (limited to 'aidl_checkapi.cpp')
-rw-r--r--aidl_checkapi.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/aidl_checkapi.cpp b/aidl_checkapi.cpp
index 57e0d2b6..c1d3c66b 100644
--- a/aidl_checkapi.cpp
+++ b/aidl_checkapi.cpp
@@ -76,7 +76,6 @@ static vector<string> get_strict_annotations(const AidlAnnotatable& node) {
// - a new implementation might start accepting null values (add @nullable)
static const set<AidlAnnotation::Type> kIgnoreAnnotations{
AidlAnnotation::Type::NULLABLE,
- AidlAnnotation::Type::HIDE,
// @JavaDerive doesn't affect read/write
AidlAnnotation::Type::JAVA_DERIVE,
AidlAnnotation::Type::JAVA_DEFAULT,