diff options
author | laforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2005-10-29 20:24:35 +0000 |
---|---|---|
committer | laforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2005-10-29 20:24:35 +0000 |
commit | 1f9261ba6349ba347953399a8857c4c48e013834 (patch) | |
tree | 87b7e5590efbca5a4ba597cab357fe6c9e047468 | |
parent | ae47deffb27872c3646ae210224459fe3fbcee88 (diff) |
remove dead code
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1595 e0336214-984f-0b4b-a45f-81c69e1f0ede
-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) { |