Merge pull request #738 from ejohnstown/rm-inline

Remove Inline
master
Daniel Pouzzner 2024-09-12 16:56:10 -05:00 committed by GitHub
commit 958cfacaa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3660,7 +3660,7 @@ static INLINE byte KeySzForId(byte id)
}
}
INLINE enum wc_HashType HashForId(byte id)
enum wc_HashType HashForId(byte id)
{
switch (id) {