File tests-no-deprecated-copy-dtor.patch of Package wxGTK3.3

diff --git a/tests/allheaders.cpp b/tests/allheaders.cpp
index 4cec55633d..ea8448cdae 100644
--- a/tests/allheaders.cpp
+++ b/tests/allheaders.cpp
@@ -126,9 +126,6 @@
     GCC_TURN_ON(delete-non-virtual-dtor)
 #if CHECK_GCC_VERSION(9,1)
     GCC_TURN_ON(deprecated-copy)
-#endif // 9.1
-#if CHECK_GCC_VERSION(9,1)
-    GCC_TURN_ON(deprecated-copy-dtor)
 #endif // 9.1
     GCC_TURN_ON(disabled-optimization)
     GCC_TURN_ON(double-promotion)