Skip to content

Commit 11c9cd8

Browse files
committed
Removing code accidentally left in (was for experimentation only).
1 parent 9635cb6 commit 11c9cd8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/pybind11/detail/common.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@
113113
#if defined(PYBIND11_NOINLINE_DISABLED)
114114
# define PYBIND11_NOINLINE_DCL inline
115115
# define PYBIND11_NOINLINE_FWD inline
116-
#elif defined(__INTEL_COMPILER)
117-
# define PYBIND11_NOINLINE_DCL __attribute__ ((noinline)) inline
118-
# define PYBIND11_NOINLINE_FWD inline
119116
#elif defined(_MSC_VER)
120117
# define PYBIND11_NOINLINE_DCL __declspec(noinline) inline
121118
# define PYBIND11_NOINLINE_FWD

0 commit comments

Comments
 (0)