Skip to content

Commit 79db0ef

Browse files
committed
Removing #define PYBIND11_NOINLINE_DISABLED (test was successful).
1 parent 4b9e352 commit 79db0ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/pybind11/detail/common.h

-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@
9696
# endif
9797
#endif
9898

99-
#define PYBIND11_NOINLINE_DISABLED
100-
10199
// For CUDA, GCC7, GCC8 (and maybe some other platforms):
102100
// PYBIND11_NOINLINE_FORCED is incompatible with `-Wattributes -Werror`.
103101
// When defining PYBIND11_NOINLINE_FORCED, it is best to also use

0 commit comments

Comments
 (0)