diff options
Diffstat (limited to 'sysprop')
-rw-r--r-- | sysprop/exported_include/android_bluetooth_sysprop.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 <bta.sysprop.h> #include <device_id.sysprop.h> #include <hfp.sysprop.h> - -#define GET_SYSPROP(namespace, prop, default) \ - android::sysprop::bluetooth::namespace ::prop().value_or(default) |