Remove lonely hash
All checks were successful
Build / AerScript (push) Successful in 38s

This commit is contained in:
Rafal Kupiec 2025-08-29 22:47:29 +02:00
parent e592eded1b
commit 566997d080
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -537,7 +537,6 @@ static sxi32 MemBackendRelease(SyMemBackend *pBackend) {
pBackend->pMethods = 0;
pBackend->pBlocks = 0;
pBackend->nMagic = 0x2626;
#
return SXRET_OK;
}
PH7_PRIVATE sxi32 SyMemBackendRelease(SyMemBackend *pBackend) {