Remove HAVE_LIBC_SYSTEM_PROPERTIES and HAVE_SYSTEM_PROPERTY_SERVER.

In particular, no one has had the system property server since we
killed the sim-eng build...

Change-Id: If576ec546b0ba2ad3c5299876027ca9ac189cf4a
This commit is contained in:
Elliott Hughes
2015-01-12 13:48:27 -08:00
parent 780c43208c
commit a517f21c65
6 changed files with 0 additions and 31 deletions

View File

@@ -57,11 +57,6 @@
*/ */
#define HAVE_ANDROID_OS 1 #define HAVE_ANDROID_OS 1
/*
* Define if libc includes Android system properties implementation.
*/
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
/* /*
* The default path separator for the platform * The default path separator for the platform
*/ */

View File

@@ -57,11 +57,6 @@
*/ */
#define HAVE_ANDROID_OS 1 #define HAVE_ANDROID_OS 1
/*
* Define if libc includes Android system properties implementation.
*/
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
/* /*
* The default path separator for the platform * The default path separator for the platform
*/ */

View File

@@ -62,11 +62,6 @@
*/ */
#define HAVE_ANDROID_OS 1 #define HAVE_ANDROID_OS 1
/*
* Define if libc includes Android system properties implementation.
*/
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
/* /*
* The default path separator for the platform * The default path separator for the platform
*/ */

View File

@@ -57,11 +57,6 @@
*/ */
#define HAVE_ANDROID_OS 1 #define HAVE_ANDROID_OS 1
/*
* Define if libc includes Android system properties implementation.
*/
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
/* /*
* The default path separator for the platform * The default path separator for the platform
*/ */

View File

@@ -60,12 +60,6 @@
*/ */
#define HAVE_MALLOC_H #define HAVE_MALLOC_H
/*
* Define if system provides a system property server (should be
* mutually exclusive with HAVE_LIBC_SYSTEM_PROPERTIES).
*/
#define HAVE_SYSTEM_PROPERTY_SERVER
/* /*
* The default path separator for the platform * The default path separator for the platform
*/ */

View File

@@ -43,11 +43,6 @@
*/ */
#define HAVE_ANDROID_OS 1 #define HAVE_ANDROID_OS 1
/*
* Define if libc includes Android system properties implementation.
*/
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
/* /*
* The default path separator for the platform * The default path separator for the platform
*/ */