summaryrefslogtreecommitdiff
path: root/rfid_proto_tcl.c
diff options
context:
space:
mode:
authorlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2005-10-29 20:24:35 +0000
committerlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2005-10-29 20:24:35 +0000
commit1f9261ba6349ba347953399a8857c4c48e013834 (patch)
tree87b7e5590efbca5a4ba597cab357fe6c9e047468 /rfid_proto_tcl.c
parentae47deffb27872c3646ae210224459fe3fbcee88 (diff)
remove dead code
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1595 e0336214-984f-0b4b-a45f-81c69e1f0ede
Diffstat (limited to 'rfid_proto_tcl.c')
-rw-r--r--rfid_proto_tcl.c14
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)
{
personal git repositories of Harald Welte. Your mileage may vary