Skip to content

Commit 1e785bb

Browse files
committed
Undoing insertion of notes that will hopefully soon be completely obsolete anyway.
1 parent 1f418c0 commit 1e785bb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/pybind11/pybind11.h

-6
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
#pragma once
1212

13-
//
14-
// THE `push` HERE NEED TO BE KEPT IN SYNC WITH THE CORRESPONDING `pop` AT THE BOTTOM OF THIS FILE.
15-
//
1613
#if defined(_MSC_VER) && !defined(__INTEL_COMPILER)
1714
# pragma warning(push)
1815
# pragma warning(disable: 4100) // warning C4100: Unreferenced formal parameter
@@ -2375,9 +2372,6 @@ inline function get_overload(const T *this_ptr, const char *name) {
23752372

23762373
PYBIND11_NAMESPACE_END(PYBIND11_NAMESPACE)
23772374

2378-
//
2379-
// THE `pop` HERE NEED TO BE KEPT IN SYNC WITH THE CORRESPONDING `push` AT THE TOP OF THIS FILE.
2380-
//
23812375
#if defined(_MSC_VER) && !defined(__INTEL_COMPILER)
23822376
# pragma warning(pop)
23832377
#elif defined(__GNUG__) && !defined(__clang__) && !defined(__INTEL_COMPILER)

0 commit comments

Comments
 (0)