Skip to content

Commit

Permalink
Simplified iOS 7 flag a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
PoomSmart committed May 8, 2021
1 parent 199cddc commit 16d0fec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions resim/resim.mm
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@

using namespace std;

#ifdef IOS7_SUPPORT
BOOL iOS7 = NO;
#endif
BOOL didHaveGlobalHeader = NO;

void globalHeader() {
Expand Down Expand Up @@ -274,9 +272,6 @@ int main(int argc, char *const argv[]) {
exit(EXIT_FAILURE);
}
}
#ifndef IOS7_SUPPORT
BOOL iOS7 = NO;
#endif
if (uuidFlag || deviceFlag || versionFlag || iOS7) {
if (xcodeVersion && xcodeVersion < 800.0) {
printf("WARNING: The selected Xcode version does not support multiple running iOS Simulator instances simultaneously. Booting this device may cause any other existing instances of the iOS Simulator to terminate.\n");
Expand Down

0 comments on commit 16d0fec

Please sign in to comment.