Skip to content

Commit

Permalink
Bug 1142860 - Remove unused exception parameter in osx_corewlan.mm.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmottola committed Jul 4, 2019
1 parent e557fab commit a5fbc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netwerk/wifi/osx_corewlan.mm
Expand Up @@ -95,7 +95,7 @@
accessPoints.AppendObject(ap);
}
}
@catch(NSException *_exn) {
@catch(NSException*) {
[pool release];
return NS_ERROR_NOT_AVAILABLE;
}
Expand Down

0 comments on commit a5fbc52

Please sign in to comment.