There is no reason to use __inline here because we are rather far

from a path critical to performance.
This commit is contained in:
Yaroslav Tykhiy 2006-11-26 20:14:47 +00:00
parent a3736d312c
commit 00603ea268
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164637

View File

@ -49,7 +49,7 @@ struct convtbl convtbl[] = {
};
static __inline
static
struct convtbl *
get_tbl_ptr(const u_long size, const u_int scale)
{