mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 15:00:21 +02:00
Fix build warning
* libguile/stime.c (scm_init_stime): Remove unused variable.
This commit is contained in:
parent
35a9059250
commit
eec9aeba56
1 changed files with 0 additions and 2 deletions
|
@ -831,8 +831,6 @@ scm_init_stime()
|
||||||
|
|
||||||
#ifdef HAVE_POSIX_CPUTIME
|
#ifdef HAVE_POSIX_CPUTIME
|
||||||
{
|
{
|
||||||
clockid_t dummy;
|
|
||||||
|
|
||||||
if (clock_gettime (CLOCK_PROCESS_CPUTIME_ID, &posix_run_time_base) == 0)
|
if (clock_gettime (CLOCK_PROCESS_CPUTIME_ID, &posix_run_time_base) == 0)
|
||||||
get_internal_run_time = get_internal_run_time_posix_timer;
|
get_internal_run_time = get_internal_run_time_posix_timer;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue