Revert "SWDEV-304151 - Reset file descriptor after Module Load"

This reverts commit 3b157b3d5f.

Reason for revert: To address SWDEV-316216

Change-Id: Ib8e6ac4b87c5e52757cd8f45958f39f012823c60
This commit is contained in:
Satyanvesh Dittakavi
2021-12-23 06:09:08 +00:00
förälder 8a8581edf5
incheckning a6b2294b93
3 ändrade filer med 14 tillägg och 22 borttagningar
-3
Visa fil
@@ -509,9 +509,6 @@ hipError_t DynCO::loadCodeObject(const char* fname, const void* image) {
// Define Global functions
IHIP_RETURN_ONFAIL(populateDynGlobalFuncs());
// Resets the file info such as desc, size and name
// as they are not necessary once the code object is loaded
fb_info_->ResetFileInfo();
return hipSuccess;
}