summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2021-05-21 05:24:52 +0000
committerAlan Antonuk <alan.antonuk@gmail.com>2021-05-20 22:34:44 -0700
commit7bb871f9c2ea327ef832599fe77bdbf53f8008f7 (patch)
tree01a692d651280a74294d7fc33bf75a5965c59966 /cmake/config.h.in
parent86743900aa1b3bb5acd1da84bc0979b83b696ad4 (diff)
downloadrabbitmq-c-7bb871f9c2ea327ef832599fe77bdbf53f8008f7.tar.gz
lib: delete obsolete inline keyword detection
C99 supports the inline keyword, this is now not useful. Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'cmake/config.h.in')
-rw-r--r--cmake/config.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index ab49d5f..10b7d8a 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -1,10 +1,6 @@
#ifndef CONFIG_H
#define CONFIG_H
-#ifndef __cplusplus
-# define inline ${C_INLINE_KEYWORD}
-#endif
-
#cmakedefine HAVE_SELECT
#cmakedefine HAVE_POLL