From 9cec8baad9090d4373d45c5fef39e8f801ff39fa Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 12 Oct 2022 23:24:34 +0200 Subject: [PATCH] debian/patches: Drop 1001_amend-DumpThreadHandles-inclusion.patch. Resolved upstream. --- .../1001_amend-DumpThreadHandles-inclusion.patch | 15 --------------- debian/patches/series | 1 - 2 files changed, 16 deletions(-) delete mode 100644 debian/patches/1001_amend-DumpThreadHandles-inclusion.patch delete mode 100644 debian/patches/series diff --git a/debian/patches/1001_amend-DumpThreadHandles-inclusion.patch b/debian/patches/1001_amend-DumpThreadHandles-inclusion.patch deleted file mode 100644 index e9e1186..0000000 --- a/debian/patches/1001_amend-DumpThreadHandles-inclusion.patch +++ /dev/null @@ -1,15 +0,0 @@ -Description: Amend missing header changes as found in d337ea9c16edab254f1ce731d475a50a622886f9. -Author: Mike Gabriel - ---- a/winpr/include/winpr/thread.h -+++ b/winpr/include/winpr/thread.h -@@ -249,9 +249,7 @@ - - WINPR_API LPSTR* CommandLineToArgvA(LPCSTR lpCmdLine, int* pNumArgs); - --#if defined(WITH_DEBUG_THREADS) - WINPR_API VOID DumpThreadHandles(void); --#endif - - #ifdef __cplusplus - } diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 45b2a9e..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -1001_amend-DumpThreadHandles-inclusion.patch