summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-07-19 20:34:15 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-19 20:45:31 +0100
commitbf30fe6d6068bd00ff4b06e667f88e7ca4210cfe (patch)
tree7ad55131966441a5f26534f85c95e8b99eedbf4a /cmake
parent6d46d43aab6894528e746be1c3bd0a9bad65747b (diff)
downloaddbus-bf30fe6d6068bd00ff4b06e667f88e7ca4210cfe.tar.gz
build: Remove support for emulating inline with __inline or __inline__
We now require a (mostly-)C99 compiler, and C99 guarantees the presence of the inline keyword. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.h.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake
index b70f8390..96a74f08 100644
--- a/cmake/config.h.cmake
+++ b/cmake/config.h.cmake
@@ -280,10 +280,6 @@
#define SIGHUP 1
#endif
-# if defined(_MSC_VER) && !defined(inline)
-#define inline __inline
-#endif
-
#ifdef DBUS_WIN
#define FD_SETSIZE @FD_SETSIZE@
#endif