From 3d28bf010bb986eed8b6aee0ee073ba6b91892eb Mon Sep 17 00:00:00 2001 From: Henri Chataing Date: Wed, 3 Jul 2024 10:49:25 -0700 Subject: sysprop: Remove the wrapper GET_SYSPROP Originally added to let FLOSS have a different API. Ia8b81aa0800cc02f82bed1666dd14ffbbbe82bbf removes this workaround. Bug: 331817295 Test: m com.android.btservices Test: ./floss/build/build-in-container.py Flag: EXEMPT, mechanical refactor Change-Id: I8d6bdd7cac1da0a1bc76ca6ede4fcd98357cdb0e --- sysprop/exported_include/android_bluetooth_sysprop.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sysprop') diff --git a/sysprop/exported_include/android_bluetooth_sysprop.h b/sysprop/exported_include/android_bluetooth_sysprop.h index 01aed4f3bc..50553ecc5b 100644 --- a/sysprop/exported_include/android_bluetooth_sysprop.h +++ b/sysprop/exported_include/android_bluetooth_sysprop.h @@ -22,6 +22,3 @@ #include #include #include - -#define GET_SYSPROP(namespace, prop, default) \ - android::sysprop::bluetooth::namespace ::prop().value_or(default) -- cgit v1.2.3-59-g8ed1b