CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/18 07:31:12
Modified files:
sys/ddb : db_ctf.c
Log message:
- inline db_ctf_nsyms() into it's only caller. the value remains cached and
won't change, so there's no reason to call it again.
- remove explicit return from void function
ok mpi@
