refactor: remove not needed function
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
parent
c5ce69cb7b
commit
e0041df3cc
|
@ -104,7 +104,6 @@ struct DriverHandleImp : public DriverHandle {
|
|||
void initializeVertexes();
|
||||
ze_result_t fabricVertexGetExp(uint32_t *pCount, ze_fabric_vertex_handle_t *phDevices) override;
|
||||
void createHostPointerManager();
|
||||
void sortNeoDevices(std::vector<std::unique_ptr<NEO::Device>> &neoDevices);
|
||||
|
||||
bool isRemoteImageNeeded(Image *image, Device *device);
|
||||
bool isRemoteResourceNeeded(void *ptr,
|
||||
|
|
Loading…
Reference in New Issue