Code cleaning: driver_connect() is never executed with pndd==NULL.

This commit is contained in:
Romuald Conty
2010-08-17 13:31:32 +00:00
parent 7788c33da8
commit 88002bf977
2 changed files with 0 additions and 5 deletions

View File

@@ -160,9 +160,6 @@ nfc_device_t* pn53x_usb_connect(const nfc_device_desc_t* pndd,const char * targe
us.uiEndPointOut = 0;
us.pudh = NULL;
// must specify device to connect to
if(pndd == NULL) return NULL;
DBG("Attempt to connect to %s device", target_name);
usb_init();