From: laforge Date: Wed, 18 Oct 2006 14:49:24 +0000 (+0000) Subject: remove unused 'next' pointers X-Git-Url: http://git.rot13.org/?p=librfid;a=commitdiff_plain;h=29063ce3c9abe64abc1d6279c5fe8f292ffba35f remove unused 'next' pointers git-svn-id: https://svn.gnumonks.org/trunk/librfid@1912 e0336214-984f-0b4b-a45f-81c69e1f0ede --- diff --git a/include/librfid/rfid_layer2.h b/include/librfid/rfid_layer2.h index 1ef0713..dcd05e4 100644 --- a/include/librfid/rfid_layer2.h +++ b/include/librfid/rfid_layer2.h @@ -64,7 +64,6 @@ struct rfid_layer2 { int optname, const void *optval, unsigned int optlen); } fn; - struct rfid_layer2 *next; }; struct rfid_layer2_handle { diff --git a/include/librfid/rfid_protocol.h b/include/librfid/rfid_protocol.h index 446abd9..2c1d0e8 100644 --- a/include/librfid/rfid_protocol.h +++ b/include/librfid/rfid_protocol.h @@ -49,7 +49,6 @@ enum rfid_protocol_opt { #ifdef __LIBRFID__ struct rfid_protocol { - struct rfid_protocol *next; unsigned int id; char *name; struct { diff --git a/include/librfid/rfid_reader.h b/include/librfid/rfid_reader.h index 2a5c2d1..b41672f 100644 --- a/include/librfid/rfid_reader.h +++ b/include/librfid/rfid_reader.h @@ -45,7 +45,6 @@ struct rfid_reader { int (*auth)(struct rfid_reader_handle *h, u_int8_t cmd, u_int32_t serno, u_int8_t block); } mifare_classic; - struct rfid_reader *next; }; enum rfid_reader_id {