From b60d04553739b95e045b44892d38594ec74fe866 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Sat, 31 Jul 2010 13:46:32 +0000 Subject: [PATCH] Remove another deprecated test that '^#ifdef' did not matched for previous commit. --- libnfc/drivers/pn53x_usb.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libnfc/drivers/pn53x_usb.c b/libnfc/drivers/pn53x_usb.c index b0f3d96..7603c96 100644 --- a/libnfc/drivers/pn53x_usb.c +++ b/libnfc/drivers/pn53x_usb.c @@ -30,8 +30,6 @@ Thanks to d18c7db and Okko for example code */ -#if defined (DRIVER_PN531_USB_ENABLED) || defined (DRIVER_PN533_USB_ENABLED) - #include #include #include @@ -329,5 +327,3 @@ bool pn53x_usb_transceive(const nfc_device_spec_t nds, const byte_t* pbtTx, cons return true; } - -#endif // DRIVER_PN531_USB_ENABLED || DRIVER_PN533_USB_ENABLED