Remove extraneous #ifdef

This commit is contained in:
Vladimir Kondratiev 2015-08-22 12:52:40 +03:00
parent a924098f97
commit c117d9e1ac
1 changed files with 0 additions and 2 deletions

View File

@ -192,12 +192,10 @@ bool MTPDevice::connect(const std::string &dev_file)
return false;
}
#ifdef HAVE_LIBUSB1
// Try to reset USB device, so we don't wait until LIBMTP times out.
// We do this every time we are about to mount a device, but better
// connect on first try, than wait for 60s timeout.
smtpfs_reset_device(raw_device);
#endif // HAVE_LIBUSB1
bool rval = connect(raw_device);