summaryrefslogtreecommitdiff
path: root/comms/soundmodem/files/patch-soundcard_modem.h
diff options
context:
space:
mode:
Diffstat (limited to 'comms/soundmodem/files/patch-soundcard_modem.h')
-rw-r--r--comms/soundmodem/files/patch-soundcard_modem.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/comms/soundmodem/files/patch-soundcard_modem.h b/comms/soundmodem/files/patch-soundcard_modem.h
deleted file mode 100644
index 8e5b1334e71c..000000000000
--- a/comms/soundmodem/files/patch-soundcard_modem.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- soundcard/modem.h.orig 2015-05-04 17:48:03 UTC
-+++ soundcard/modem.h
-@@ -79,11 +79,15 @@ typedef unsigned long long /* deduced */
-
- /* ---------------------------------------------------------------------- */
-
-+#if __clang__ > 0
-+#define only_inline inline
-+#else
- #if __GNUC__ < 5
- #define only_inline extern inline
- #else
- #define only_inline inline
- #endif
-+#endif
-
- struct modemchannel;
-