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 8cd0873 commit acb7fabCopy full SHA for acb7fab
offload/plugins-nextgen/common/include/PluginInterface.h
@@ -1593,8 +1593,6 @@ template <typename ResourceRef> class GenericDeviceResourceManagerTy {
1593
/// Deinitialize the resource pool and delete all resources. This function
1594
/// must be called before the destructor.
1595
virtual Error deinit() {
1596
- const std::lock_guard<std::mutex> Lock(Mutex);
1597
-
1598
if (NextAvailable)
1599
DP("Missing %d resources to be returned\n", NextAvailable);
1600
0 commit comments