avr-libc-commit
[Top][All Lists]
Advanced

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

[avr-libc-commit] [2359] Fixed a warning due to unused variable.


From: Mike Rice
Subject: [avr-libc-commit] [2359] Fixed a warning due to unused variable.
Date: Tue, 23 Apr 2013 22:32:18 +0000

Revision: 2359
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2359
Author:   swfltek
Date:     2013-04-23 22:32:18 +0000 (Tue, 23 Apr 2013)
Log Message:
-----------
Fixed a warning due to unused variable.

Modified Paths:
--------------
    trunk/avr-libc/tests/simulate/time/tick.c

Modified: trunk/avr-libc/tests/simulate/time/tick.c
===================================================================
--- trunk/avr-libc/tests/simulate/time/tick.c   2013-04-23 22:30:20 UTC (rev 
2358)
+++ trunk/avr-libc/tests/simulate/time/tick.c   2013-04-23 22:32:18 UTC (rev 
2359)
@@ -37,7 +37,6 @@
 
 int main(){
 time_t t, tt;
-struct tm calendar;
 
     time(&t);
     system_tick();




reply via email to

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