Skip to content

Commit 1e91969

Browse files
Ori LevariOri Levari
andauthored
remove WINRT_CoIncrementMTAUsage in AdapterSelection (#301)
Co-authored-by: Ori Levari <[email protected]>
1 parent 55a6b77 commit 1e91969

File tree

1 file changed

+0
-5
lines changed
  • Samples/AdapterSelection/AdapterSelection/cpp

1 file changed

+0
-5
lines changed

Samples/AdapterSelection/AdapterSelection/cpp/main.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,3 @@ void PrintResults(IVectorView<float> results)
235235
printf("%s with confidence of %f\n", labels[curr.second].c_str(), curr.first);
236236
}
237237
}
238-
239-
int32_t WINRT_CALL WINRT_CoIncrementMTAUsage(void** cookie) noexcept
240-
{
241-
return CoIncrementMTAUsage((CO_MTA_USAGE_COOKIE*)cookie);
242-
}

0 commit comments

Comments
 (0)