Minor refactor of CommandQueue class

Change-Id: Iab64ad133fe96402d9577b64380472729f0190a8
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2018-12-06 09:21:28 +01:00
committed by sys_ocldev
parent a0f2723589
commit 52fbf6473b
3 changed files with 20 additions and 33 deletions

View File

@@ -12,5 +12,6 @@ bool processExtraTokens(Device *&device, const cl_queue_properties *property) {
return false;
}
void CommandQueue::processProperties() {}
void CommandQueue::processProperties(const cl_queue_properties *properties) {
}
} // namespace OCLRT