summaryrefslogtreecommitdiff
path: root/include/apr_general.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_general.h')
-rw-r--r--include/apr_general.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/apr_general.h b/include/apr_general.h
index 33d0a8060..820ce5080 100644
--- a/include/apr_general.h
+++ b/include/apr_general.h
@@ -78,15 +78,6 @@ extern "C" {
typedef int apr_signum_t;
-#ifdef WIN32
-#define APR_INLINE __inline
-#elif defined(__GNUC__) && defined(__GNUC__) && \
- __GNUC__ >= 2 && __GNUC_MINOR__ >= 7
-#define APR_INLINE __inline__
-#else
-#define APR_INLINE /*nop*/
-#endif
-
/* Finding offsets of elements within structures.
* Taken from the X code... they've sweated portability of this stuff
* so we don't have to. Sigh...