mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix warnings
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6678 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3a3763e085
commit
f8548a48f3
@ -246,8 +246,6 @@ gnc_report_clock_total (int clockno,
|
||||
gncModuleType module, gncLogLevel log_level,
|
||||
const char *function_name, const char *format, ...)
|
||||
{
|
||||
struct timezone tz;
|
||||
struct timeval now;
|
||||
va_list ap;
|
||||
|
||||
if ((0>clockno) || (NUM_CLOCKS <= clockno)) return;
|
||||
|
Loading…
Reference in New Issue
Block a user