diff --git a/core/systems/ShareSys.cpp b/core/systems/ShareSys.cpp index eed57fac..f891392e 100644 --- a/core/systems/ShareSys.cpp +++ b/core/systems/ShareSys.cpp @@ -457,7 +457,6 @@ NativeEntry *ShareSystem::AddNativeToCache(CNativeOwner *pOwner, const sp_native pEntry->owner = pOwner; pEntry->func = ntv->func; pEntry->name = ntv->name; - pEntry->func = NULL; return pEntry; }