Azure / azure-sdk-for-cpp

This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
MIT License
181 stars 126 forks source link

Minor code cleanups #6169

Closed antkmsft closed 3 weeks ago

antkmsft commented 3 weeks ago

As part of MQ, I am running different code analysis tools, and picking up some stuff from these reports that I like/easily understand/agree with.

UniqueAmqpCbsHandle - not used anywhere

destination, sourceIndex - not used after the value gets updated

#include <.../platform.hpp> & #ifdefs - duplicated right above

Bunch of #includes - nothing from these files is used in the cpp file

azure-sdk commented 3 weeks ago

API change check

API changes are not detected in this pull request.