Skip to content

Commit 71b913d

Browse files
authored
Remove WINRT_CoIncrementMTAUsage redefinition (#262)
1 parent ed0b176 commit 71b913d

File tree

1 file changed

+0
-5
lines changed
  • Samples/SqueezeNetObjectDetection/Desktop/cpp

1 file changed

+0
-5
lines changed

Samples/SqueezeNetObjectDetection/Desktop/cpp/main.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,3 @@ void PrintResults(IVectorView<float> results)
199199
printf("%s with confidence of %f\n", labels[curr.second].c_str(), curr.first);
200200
}
201201
}
202-
203-
int32_t WINRT_CALL WINRT_CoIncrementMTAUsage(void** cookie) noexcept
204-
{
205-
return CoIncrementMTAUsage((CO_MTA_USAGE_COOKIE*)cookie);
206-
}

0 commit comments

Comments
 (0)