mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 23:49:09 +08:00
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;
|