diff options
Diffstat (limited to 'include/cutils/properties.h')
-rw-r--r-- | include/cutils/properties.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/cutils/properties.h b/include/cutils/properties.h index 798db8b..24aa224 100644 --- a/include/cutils/properties.h +++ b/include/cutils/properties.h @@ -126,22 +126,6 @@ int property_get(const char *key, char *value, const char *default_value) { #endif -#ifdef HAVE_SYSTEM_PROPERTY_SERVER -/* - * We have an external property server instead of built-in libc support. - * Used by the simulator. - */ -#define SYSTEM_PROPERTY_PIPE_NAME "/tmp/android-sysprop" - -enum { - kSystemPropertyUnknown = 0, - kSystemPropertyGet, - kSystemPropertySet, - kSystemPropertyList -}; -#endif /*HAVE_SYSTEM_PROPERTY_SERVER*/ - - #ifdef __cplusplus } #endif |