Skip to content

Commit

Permalink
[ci skip] remove unused debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
krono committed Apr 12, 2023
1 parent 9fffc59 commit 5b064fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions platforms/iOS/vm/OSX/sqSqueakOSXApplication.m
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ - (int) parseArgument: (NSString *) argData peek: (char *) peek

- (void) parseArgs: (NSArray *) args {
numVMArgs = 0;
commandLineArguments = [args copyWithZone:null];
argsArguments = [[NSMutableArray alloc] initWithCapacity: [args count]];

if ([args count] < 2)
Expand Down Expand Up @@ -474,10 +473,6 @@ - (void) parseArgs: (NSArray *) args {
numVMArgs = i + 1;
}
}
#if 0 // debugging
printf("self.commandLineArguments count = %d numVMArgs = %d\n",
(int)[self.commandLineArguments count], (int)numVMArgs);
#endif
}

- (long long) strtobkm: (const char *) str {
Expand Down

0 comments on commit 5b064fc

Please sign in to comment.