mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove not needed BufferObject constructor.
Change-Id: I9b79699a041dc24ee542f7ae949b92327670d4b2 Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
d64c46a932
commit
d99160c9f3
@ -22,7 +22,6 @@ class BufferObject {
|
||||
friend DrmMemoryManager;
|
||||
|
||||
public:
|
||||
BufferObject(Drm *drm, int handle);
|
||||
BufferObject(Drm *drm, int handle, size_t size);
|
||||
MOCKABLE_VIRTUAL ~BufferObject(){};
|
||||
|
||||
|
Reference in New Issue
Block a user