summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-14 13:33:10 -0800
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-14 15:12:19 -0800
commit9bb2937261bca6c0257a8cfd62ff97f69c450acb (patch)
tree1e63df20d275983646e02370da4575ada3ed5ac8 /cmake
parentd9c4c3b481e641b719d3d790987ed7d094157bf2 (diff)
downloadgperftools-9bb2937261bca6c0257a8cfd62ff97f69c450acb.tar.gz
amputate checking for inline keyword support
It is supported everywhere now.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 612e6a5..9996b92 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -325,12 +325,6 @@
# define __STDC_FORMAT_MACROS 1
#endif
-/* Define to `__inline__' or `__inline' if that's what the C compiler
- calls it, or to nothing if 'inline' is not supported under any name. */
-#ifndef __cplusplus
-#define inline @inline@
-#endif
-
// ---------------------------------------------------------------------
// Extra stuff not found in config.h.in
#if defined(WIN32)