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

Commit 695a0804 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 55e21af2: Merge "Remove unused OS_SHARED_LIB_FORMAT_STR."

* commit '55e21af2':
  Remove unused OS_SHARED_LIB_FORMAT_STR.
parents 9f6353e0 55e21af2
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