mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1142860 - Remove unused exception parameter in osx_corewlan.mm. r=mstange
--HG-- extra : rebase_source : a504360d7e00aa139c21a579b77623f530d33e00
This commit is contained in:
parent
cefaf7e2a9
commit
4a328db9d8
@ -95,7 +95,7 @@ GetAccessPointsFromWLAN(nsCOMArray<nsWifiAccessPoint> &accessPoints)
|
||||
accessPoints.AppendObject(ap);
|
||||
}
|
||||
}
|
||||
@catch(NSException *_exn) {
|
||||
@catch(NSException*) {
|
||||
[pool release];
|
||||
return NS_ERROR_NOT_AVAILABLE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user