1
Fork 0
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:
Andy Wingo 2017-01-19 01:42:44 +01:00
parent 35a9059250
commit eec9aeba56

View file

@ -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