Skip to content

Commit 291d166

Browse files
committed
Removing one-time-test define.
1 parent 11c9cd8 commit 291d166

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/pybind11/detail/common.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
// PYBIND11_NOINLINE_FORCED is incompatible with `-Wattributes -Werror`.
104104
// When defining PYBIND11_NOINLINE_FORCED, it is best to also use
105105
// `-Wno-attributes` (or not to use `-Werror` and ignore the warnings).
106-
#define PYBIND11_NOINLINE_FORCED
107106
#if !defined(PYBIND11_NOINLINE_FORCED) && \
108107
(defined(__CUDACC__) || \
109108
(defined(__GNUC__) && (__GNUC__ == 7 || __GNUC__ == 8)))

0 commit comments

Comments
 (0)