From bf3a9535fa8e9cdc95a49f2f046fd5d0ea383873 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Thu, 19 Jan 2017 18:38:54 +0100 Subject: net-libs/gnet: remove unused patch. Closes: https://github.com/gentoo/gentoo/pull/3543 --- net-libs/gnet/files/gnet-2.0.8-define-location.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 net-libs/gnet/files/gnet-2.0.8-define-location.patch (limited to 'net-libs') diff --git a/net-libs/gnet/files/gnet-2.0.8-define-location.patch b/net-libs/gnet/files/gnet-2.0.8-define-location.patch deleted file mode 100644 index 1ce6bcac06af..000000000000 --- a/net-libs/gnet/files/gnet-2.0.8-define-location.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/tests/check/gnetcheck.h 2009-11-22 23:17:25.000000000 +0100 -+++ b/tests/check/gnetcheck.h 2009-11-22 23:18:19.000000000 +0100 -@@ -310,6 +310,8 @@ - - gboolean _gnet_check_run_test_func (const gchar * func_name); - -+#define _tcase_add_test __gnet_tcase_add_test -+ - static inline void - __gnet_tcase_add_test (TCase * tc, TFun tf, const gchar * func_name, - int sig_, int start_, int end_) -@@ -319,8 +321,6 @@ - } - } - --#define _tcase_add_test __gnet_tcase_add_test -- - G_END_DECLS - - #endif /* __GNET_CHECK_H__ */ -- cgit v1.2.3-65-gdbad