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

Commit 55e21af2 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Remove unused OS_SHARED_LIB_FORMAT_STR."

parents e98755f9 da225948
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