From caa594eba84e237becd37e841d3e091a25e9e51d Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Wed, 11 Aug 2010 09:46:14 +0000 Subject: [PATCH] Remove deprecated code. Reported by: rconty@il4p.fr --- libnfc/drivers/pn53x_usb.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libnfc/drivers/pn53x_usb.c b/libnfc/drivers/pn53x_usb.c index 1c58d35..47af10c 100644 --- a/libnfc/drivers/pn53x_usb.c +++ b/libnfc/drivers/pn53x_usb.c @@ -281,11 +281,6 @@ bool pn53x_usb_transceive(nfc_device_t* pnd, const byte_t* pbtTx, const size_t s #ifdef DEBUG PRINT_HEX("RX", abtRx,ret); #endif - - if ((ret != 6) || (memcmp (abtRx, ack_frame, 6))) { - DBG ("%s", "===> No ACK!!!!!!"); - return false; - } if (!pn53x_transceive_callback (pnd, abtRx, ret)) return false;