Skip to content

Commit e3e1d29

Browse files
committed
Removing obsolete detail/pragma_warning_block.h
1 parent 68d1aa8 commit e3e1d29

8 files changed

+0
-19
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ set(PYBIND11_HEADERS
106106
include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h
107107
include/pybind11/detail/init.h
108108
include/pybind11/detail/internals.h
109-
include/pybind11/detail/pragma_warning_block.h
110109
include/pybind11/detail/smart_holder_poc.h
111110
include/pybind11/detail/smart_holder_sfinae_hooks_only.h
112111
include/pybind11/detail/smart_holder_type_casters.h

include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
#pragma once
66

7-
#include "pragma_warning_block.h"
8-
97
#include "common.h"
108

119
#include <type_traits>

include/pybind11/detail/pragma_warning_block.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

include/pybind11/detail/smart_holder_sfinae_hooks_only.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
#pragma once
66

7-
#include "pragma_warning_block.h"
8-
97
#include "common.h"
108

119
#include <type_traits>

include/pybind11/detail/smart_holder_type_casters.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
#pragma once
66

7-
#include "pragma_warning_block.h"
8-
97
#include "../gil.h"
108
#include "../pytypes.h"
119
#include "../trampoline_self_life_support.h"

include/pybind11/smart_holder.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
#pragma once
66

7-
#include "detail/pragma_warning_block.h"
8-
97
#include "detail/common.h"
108
#include "detail/smart_holder_type_casters.h"
119
#include "pybind11.h"

include/pybind11/trampoline_self_life_support.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
#pragma once
66

7-
#include "detail/pragma_warning_block.h"
8-
97
#include "detail/common.h"
108
#include "detail/smart_holder_poc.h"
119
#include "detail/type_caster_base.h"

tests/extra_python_package/test_files.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h",
4646
"include/pybind11/detail/init.h",
4747
"include/pybind11/detail/internals.h",
48-
"include/pybind11/detail/pragma_warning_block.h",
4948
"include/pybind11/detail/smart_holder_poc.h",
5049
"include/pybind11/detail/smart_holder_sfinae_hooks_only.h",
5150
"include/pybind11/detail/smart_holder_type_casters.h",

0 commit comments

Comments
 (0)