mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Remove return from void method.
Change-Id: Ib9a2fe7942984aa72a241eeaf10cbbe0b83ca903 Signed-off-by: Zdunowski, Piotr <piotr.zdunowski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
c96fd30e4c
commit
c01e4b7246
@@ -60,7 +60,7 @@ GMM_RESOURCE_INFO *GmmClientContextBase::copyResInfoObject(GMM_RESOURCE_INFO *pS
|
||||
}
|
||||
|
||||
void GmmClientContextBase::destroyResInfoObject(GMM_RESOURCE_INFO *pResInfo) {
|
||||
return clientContext->DestroyResInfoObject(pResInfo);
|
||||
clientContext->DestroyResInfoObject(pResInfo);
|
||||
}
|
||||
|
||||
GMM_CLIENT_CONTEXT *GmmClientContextBase::getHandle() const {
|
||||
|
||||
Reference in New Issue
Block a user