diff options
Diffstat (limited to 'dev-libs/trio/files/trio-1.16-no-inline.patch')
-rw-r--r-- | dev-libs/trio/files/trio-1.16-no-inline.patch | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dev-libs/trio/files/trio-1.16-no-inline.patch b/dev-libs/trio/files/trio-1.16-no-inline.patch deleted file mode 100644 index b1584344a111..000000000000 --- a/dev-libs/trio/files/trio-1.16-no-inline.patch +++ /dev/null @@ -1,8 +0,0 @@ -Let compiler decide what to inline (fixes build with -Os). -https://bugs.gentoo.org/792075 ---- a/triodef.h -+++ b/triodef.h -@@ -315,2 +315,3 @@ - #endif -+#undef TRIO_INLINE - #if !defined(TRIO_INLINE) |