diff --git a/projects/clr/hipamd/src/hip_hcc.h b/projects/clr/hipamd/src/hip_hcc.h index 4d7b0eeb0d..cd099f026c 100644 --- a/projects/clr/hipamd/src/hip_hcc.h +++ b/projects/clr/hipamd/src/hip_hcc.h @@ -378,16 +378,6 @@ struct __HIP_DEVICE__ ihipIpcMemHandle char reserved[HIP_IPC_HANDLE_SIZE]; }; - -class ihipModule_t{ -public: - hsa_executable_t executable; - hsa_code_object_t object; - std::string fileName; - void *ptr; - size_t size; -}; - class ihipFunction_t{ public: ihipFunction_t(const char *name) {