mtp_pcap: remove unused static_assert() macro definition

Change-Id: Ib0419a2de3aa09a2e1fba1fc2628f12295d83bda
This commit is contained in:
Vadim Yanitskiy 2023-02-24 18:16:00 +07:00
parent f9b0746d7d
commit 36d3877483
1 changed files with 0 additions and 2 deletions

View File

@ -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