X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6c45a008f5a216f29492004140ac8914a1378941..7e758047e4acf6f8db0178564691d20af38986ab:/client/proxusb.c diff --git a/client/proxusb.c b/client/proxusb.c index 8eedd2e6..f1d0458b 100644 --- a/client/proxusb.c +++ b/client/proxusb.c @@ -182,15 +182,6 @@ usb_dev_handle* OpenProxmark(int verbose) usb_dev_handle *handle = NULL; unsigned int iface; -#ifdef __linux__ - handle = findProxmark(verbose, &iface); - if (!handle) - return NULL; - - /* Whatever... */ - usb_reset(handle); -#endif - handle = findProxmark(verbose, &iface); if (!handle) return NULL;