From e2d3a7ed9758fa10be12f5c569dbf1916c076348 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Mon, 18 Aug 2014 14:55:57 -0500 Subject: remove duplicate bit field in pdu.h since alternate names are never used and newer gcc doesn't like it --- src/pdu.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/pdu.h b/src/pdu.h index 0305550..468687d 100644 --- a/src/pdu.h +++ b/src/pdu.h @@ -57,14 +57,6 @@ struct pdu_info { struct pdu_addr addr; union { uint8_t type; - struct { - uint8_t msg_type: 2; - uint8_t more_msg: 1; - uint8_t unused: 2; - uint8_t status_report: 1; - uint8_t user_data_header: 1; - uint8_t reply_path: 1; - }; struct { uint8_t msg_type: 2; uint8_t reject_duplicates: 1; -- cgit v1.2.3