fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/31493 )
Change subject: mtp_pcap: remove unused static_assert() macro definition ...................................................................... mtp_pcap: remove unused static_assert() macro definition Change-Id: Ib0419a2de3aa09a2e1fba1fc2628f12295d83bda --- M src/mtp_pcap.c 1 file changed, 9 insertions(+), 2 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/93/31493/1 diff --git a/src/mtp_pcap.c b/src/mtp_pcap.c index 5a67acf..f677581 100644 --- a/src/mtp_pcap.c +++ b/src/mtp_pcap.c @@ -24,8 +24,6 @@ #include <unistd.h> -#define static_assert(exp, name) typedef int dummy##name [(exp) ? 1 : -1]; - /* * pcap writing of the misdn load * pcap format is from http://wiki.wireshark.org/Development/LibpcapFileFormat -- To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/31493 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmo-sccp Gerrit-Branch: master Gerrit-Change-Id: Ib0419a2de3aa09a2e1fba1fc2628f12295d83bda Gerrit-Change-Number: 31493 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <[email protected]> Gerrit-MessageType: newchange
