You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a pure virtual method. Every derived class needs to implement it, from what I can see, all derived classes have the same implementation with only 1-line code return *m_rawResponse;. But this method is not used anywhere, can we just delete it?
I found this problem when working on improving storage test coverage, this line of code can never be reached.
The text was updated successfully, but these errors were encountered:
## 1.10.1 (2023-07-06)
### Breaking Changes
- [[microsoft#4662]](Azure/azure-sdk-for-cpp#4662) `Azure::Core::Operation<T>::GetRawResponseInternal()` is now deprecated and no longer requires an overload.
### Other Changes
- Empty diagnostic messages will no longer be generated.
This is a pure virtual method. Every derived class needs to implement it, from what I can see, all derived classes have the same implementation with only 1-line code
return *m_rawResponse;
. But this method is not used anywhere, can we just delete it?I found this problem when working on improving storage test coverage, this line of code can never be reached.
The text was updated successfully, but these errors were encountered: