We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0b176 commit 71b913dCopy full SHA for 71b913d
Samples/SqueezeNetObjectDetection/Desktop/cpp/main.cpp
@@ -199,8 +199,3 @@ void PrintResults(IVectorView<float> results)
199
printf("%s with confidence of %f\n", labels[curr.second].c_str(), curr.first);
200
}
201
202
-
203
-int32_t WINRT_CALL WINRT_CoIncrementMTAUsage(void** cookie) noexcept
204
-{
205
- return CoIncrementMTAUsage((CO_MTA_USAGE_COOKIE*)cookie);
206
-}
0 commit comments