diff --git a/core/macos.cpp b/core/macos.cpp index 5a8a46d04..1bec49fda 100644 --- a/core/macos.cpp +++ b/core/macos.cpp @@ -82,7 +82,6 @@ int enumerate_devices(device_callback_t callback, void *userdata, unsigned int t int index = -1, entries = 0; DIR *dp = NULL; struct dirent *ep = NULL; - size_t i; if (transport & DC_TRANSPORT_SERIAL) { // on Mac we always support FTDI now callback("FTDI", userdata);