coreinit: Remove duplicate function (OSMemoryBarrier) (#135)

already exists in coreinit/cache.h
This commit is contained in:
Maschell 2020-05-22 00:35:59 +02:00 committed by GitHub
parent a6c336a706
commit be5f1fc685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,9 +146,6 @@ OSGetMemBound(OSMemoryType type,
uint32_t *outAddr,
uint32_t *outSize);
void
OSMemoryBarrier();
/**
* Zeros the memory for a given proccessID.
* Works only inside the ROOT process.