Skip to content

Commit

Permalink
Removed outdated instructions for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
s0uthwest committed Dec 25, 2019
1 parent 78c1203 commit 48a986f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 126 deletions.
18 changes: 0 additions & 18 deletions BUILD/BUILD.md

This file was deleted.

60 changes: 0 additions & 60 deletions BUILD/wincross/Dockerfile

This file was deleted.

47 changes: 0 additions & 47 deletions BUILD/wincross/build.txt

This file was deleted.

Binary file not shown.
3 changes: 2 additions & 1 deletion tsschecker/tsschecker.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include <libfragmentzip/libfragmentzip.h>
#include <libirecovery.h>

#include "tsschecker.h"
#include "debug.h"
#include "download.h"
Expand Down Expand Up @@ -1089,7 +1090,7 @@ char *getFirmwareUrl(const char *deviceModel, t_iosVersion *versVals, jssytok_t
return ret;
}

#warning print devices function doesn't actually check if devices are sorted. it assues they are sorted in json
/* Print devices function doesn't actually check if devices are sorted. it assues they are sorted in json */
int printListOfDevices(jssytok_t *tokens){
#define MAX_PER_LINE 10
log("[JSON] printing device list\n");
Expand Down

0 comments on commit 48a986f

Please sign in to comment.