Merge "Remove unused OS_SHARED_LIB_FORMAT_STR."

This commit is contained in:
Elliott Hughes 2014-12-13 18:51:23 +00:00 committed by Gerrit Code Review
commit 55e21af207
8 changed files with 0 additions and 40 deletions

View file

@ -57,11 +57,6 @@
*/
/* #define HAVE_MALLOC_H */
/*
* sprintf() format string for shared library naming.
*/
#define OS_SHARED_LIB_FORMAT_STR "lib%s.dylib"
/*
* The default path separator for the platform
*/

View file

@ -67,11 +67,6 @@
*/
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
/*
* sprintf() format string for shared library naming.
*/
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so"
/*
* The default path separator for the platform
*/

View file

@ -67,11 +67,6 @@
*/
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
/*
* sprintf() format string for shared library naming.
*/
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so"
/*
* The default path separator for the platform
*/

View file

@ -72,11 +72,6 @@
*/
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
/*
* sprintf() format string for shared library naming.
*/
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so"
/*
* The default path separator for the platform
*/

View file

@ -67,11 +67,6 @@
*/
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
/*
* sprintf() format string for shared library naming.
*/
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so"
/*
* The default path separator for the platform
*/

View file

@ -71,11 +71,6 @@
*/
#define HAVE_SYSTEM_PROPERTY_SERVER
/*
* sprintf() format string for shared library naming.
*/
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so"
/*
* The default path separator for the platform
*/

View file

@ -54,11 +54,6 @@
*/
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
/*
* sprintf() format string for shared library naming.
*/
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so"
/*
* The default path separator for the platform
*/

View file

@ -97,11 +97,6 @@
#define HAVE_WINDOWS_PATHS /* needed by simulator */
/*
* sprintf() format string for shared library naming.
*/
#define OS_SHARED_LIB_FORMAT_STR "lib%s.dll"
/*
* The default path separator for the platform
*/