diff options
-rw-r--r-- | rfid_proto_tcl.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/rfid_proto_tcl.c b/rfid_proto_tcl.c index 102c58f..25ff45a 100644 --- a/rfid_proto_tcl.c +++ b/rfid_proto_tcl.c @@ -641,20 +641,6 @@ out: return ret; } -#if 0 -int -tcl_send(struct tcl_handle *th) -{ - return -1; -} - -int -tcl_recv() -{ - return -1; -} -#endif - static struct rfid_protocol_handle * tcl_init(struct rfid_layer2_handle *l2h) { |