From 29063ce3c9abe64abc1d6279c5fe8f292ffba35f Mon Sep 17 00:00:00 2001 From: laforge Date: Wed, 18 Oct 2006 14:49:24 +0000 Subject: remove unused 'next' pointers git-svn-id: https://svn.gnumonks.org/trunk/librfid@1912 e0336214-984f-0b4b-a45f-81c69e1f0ede --- include/librfid/rfid_layer2.h | 1 - include/librfid/rfid_protocol.h | 1 - include/librfid/rfid_reader.h | 1 - 3 files changed, 3 deletions(-) (limited to 'include') 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 { -- cgit v1.2.3