Closed antkmsft closed 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
UniqueAmqpCbsHandle
destination, sourceIndex - not used after the value gets updated
destination
sourceIndex
#include <.../platform.hpp> & #ifdefs - duplicated right above
#include <.../platform.hpp> & #ifdefs
Bunch of #includes - nothing from these files is used in the cpp file
#include
API change check
API changes are not detected in this pull request.
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 anywheredestination
,sourceIndex
- not used after the value gets updated#include <.../platform.hpp> & #ifdefs
- duplicated right aboveBunch of
#include
s - nothing from these files is used in the cpp file