Skip to content

Commit 0e5f46c

Browse files
committed
Removing code accidentally left in (was for experimentation only).
1 parent 6c28e04 commit 0e5f46c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/pybind11/detail/common.h

-3
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)