ably-cocoa
ably-cocoa copied to clipboard
[Testing copilot agent] Remove unused deprecated logExceptionReportingUrl property
This PR removes the deprecated and unused logExceptionReportingUrl property from ARTClientOptions as identified in the issue.
Changes Made
-
Removed property declaration from
ARTClientOptions.hincluding its deprecation comment -
Removed property initialization from the
initDefaultsmethod inARTClientOptions.m -
Removed property copying from the
copyWithZone:method inARTClientOptions.m
Verification
- ✅ Confirmed the property was only referenced in these two files
- ✅ Verified no tests or other code depends on this property
- ✅ Ensured no references remain anywhere in the codebase
- ✅ Basic syntax validation confirms the changes don't break file structure
Impact
This is a safe removal as:
- The property was already marked as
DEPRECATEDwith a note that it "will be removed in a future version" - No code in the repository actually uses this property beyond initialization and copying
- The removal eliminates 7 lines of dead code (2 from
.mfile, 5 from.hfile)
Fixes #2025.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.