]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ospf.c
Merge pull request #328 from darkjames/master
[tcpdump] / print-ospf.c
index f8ff4aeac5b0d770ca4f72a99321e623b062f82d..736f5df39505c65208397fbb7b98b90a6e755e82 100644 (file)
@@ -187,10 +187,6 @@ static struct tok ospf_lls_eo_options[] = {
 
 static char tstr[] = " [|ospf2]";
 
-#ifdef WIN32
-#define inline __inline
-#endif /* WIN32 */
-
 static int ospf_print_lshdr(const struct lsa_hdr *);
 static const u_char *ospf_print_lsa(const struct lsa *);
 static int ospf_decode_v2(const struct ospfhdr *, const u_char *);