Bug 1142860 - Remove unused exception parameter in osx_corewlan.mm. r=mstange

This commit is contained in:
Chris Peterson 2015-03-04 21:36:07 -08:00
parent 34f5df89ee
commit 302989a0f2

View File

@ -95,7 +95,7 @@ GetAccessPointsFromWLAN(nsCOMArray<nsWifiAccessPoint> &accessPoints)
accessPoints.AppendObject(ap);
}
}
@catch(NSException *_exn) {
@catch(NSException*) {
[pool release];
return NS_ERROR_NOT_AVAILABLE;
}