remove some useless ; in declarations

This commit is contained in:
Riccardo Mottola 2023-09-21 00:53:52 +02:00
parent 92ef305e1e
commit 0547b18d32
6 changed files with 13 additions and 13 deletions

View file

@ -284,7 +284,7 @@ static NSArray *empty = nil;
return internal->ready;
}
- (void) main;
- (void) main
{
return; // OSX default implementation does nothing
}