diff options
Diffstat (limited to 'src/ideviceinstaller.c')
| -rw-r--r-- | src/ideviceinstaller.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c index 3bc7e74..f691556 100644 --- a/src/ideviceinstaller.c +++ b/src/ideviceinstaller.c | |||
| @@ -241,12 +241,6 @@ static int zip_get_app_directory(struct zip* zf, char** path) | |||
| 241 | } | 241 | } |
| 242 | } while(i < c); | 242 | } while(i < c); |
| 243 | 243 | ||
| 244 | /* check if the path actually exists */ | ||
| 245 | int zindex = zip_name_locate(zf, *path, 0); | ||
| 246 | if (zindex < 0) { | ||
| 247 | return -1; | ||
| 248 | } | ||
| 249 | |||
| 250 | return 0; | 244 | return 0; |
| 251 | } | 245 | } |
| 252 | 246 | ||
