From c3473edcc29edbe251720e9b38c004462e7dc559 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 3 Feb 2021 11:47:05 -0500 Subject: [PATCH] Remove unused deprecation.patch --- deprecation.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 deprecation.patch diff --git a/deprecation.patch b/deprecation.patch deleted file mode 100644 index 006dc4f..0000000 --- a/deprecation.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up libIDL-0.8.9/include/libIDL/IDL.h.in.deprecation libIDL-0.8.9/include/libIDL/IDL.h.in ---- libIDL-0.8.9/include/libIDL/IDL.h.in.deprecation 2008-01-29 02:10:35.000000000 -0500 -+++ libIDL-0.8.9/include/libIDL/IDL.h.in 2008-01-29 02:11:19.000000000 -0500 -@@ -101,7 +101,7 @@ extern "C" { - #define IDL_CHECK_CAST(tree, thetype, name) \ - (IDL_check_type_cast(tree, thetype, \ - __FILE__, __LINE__, \ -- G_GNUC_PRETTY_FUNCTION)->u.name) -+ G_STRFUNC)->u.name) - - /* GLib 2.0 requires 64-bit types */ - #define IDL_LL @IDL_LL@