guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/03: Fix build warning


From: Andy Wingo
Subject: [Guile-commits] 01/03: Fix build warning
Date: Thu, 19 Jan 2017 01:17:56 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit eec9aeba560111d79c767d7e4e387f0f07da20d1
Author: Andy Wingo <address@hidden>
Date:   Thu Jan 19 01:42:44 2017 +0100

    Fix build warning
    
    * libguile/stime.c (scm_init_stime): Remove unused variable.
---
 libguile/stime.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libguile/stime.c b/libguile/stime.c
index 5ca2034..4a78298 100644
--- a/libguile/stime.c
+++ b/libguile/stime.c
@@ -831,8 +831,6 @@ scm_init_stime()
 
 #ifdef HAVE_POSIX_CPUTIME
   {
-    clockid_t dummy;
-    
     if (clock_gettime (CLOCK_PROCESS_CPUTIME_ID, &posix_run_time_base) == 0)
       get_internal_run_time = get_internal_run_time_posix_timer;
     else



reply via email to

[Prev in Thread] Current Thread [Next in Thread]