mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:02:15 +08:00
6ee97010a9
* [libimobiledevice] update to 1.2.185 and fix usbmuxd build * [libimobiledevice/usbmuxd] Add homepage
15 lines
284 B
Diff
15 lines
284 B
Diff
diff --git a/src/preflight.c b/src/preflight.c
|
|
index aca193e..f012286 100644
|
|
--- a/src/preflight.c
|
|
+++ b/src/preflight.c
|
|
@@ -54,9 +54,6 @@
|
|
#include "log.h"
|
|
|
|
#ifdef HAVE_LIBIMOBILEDEVICE
|
|
-enum connection_type {
|
|
- CONNECTION_USBMUXD = 1
|
|
-};
|
|
|
|
struct idevice_private {
|
|
char *udid;
|