Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da225948 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove unused OS_SHARED_LIB_FORMAT_STR.

Change-Id: Ibaaf112c5a6bfe2084fe34e32e31bcd755e718a8
parent e98755f9
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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
 */
+0 −5
Original line number Diff line number Diff line
@@ -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
 */
+0 −5
Original line number Diff line number Diff line
@@ -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
 */
+0 −5
Original line number Diff line number Diff line
@@ -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
 */
+0 −5
Original line number Diff line number Diff line
@@ -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
 */
Loading