Remove erronous UNUSED attribuute

This commit is contained in:
Nils O. Selåsdal
2013-05-29 22:03:26 +02:00
parent 1e34c11265
commit cfc7cae5c0
+1 -1
View File
@@ -28,7 +28,7 @@ struct UCoreClock uc_time_clock = {
.now = uc_time_now, .now = uc_time_now,
}; };
static void uc_cached_clock_now(struct UCoreClock *uclock UNUSED, static void uc_cached_clock_now(struct UCoreClock *uclock,
struct timeval *tv) struct timeval *tv)
{ {
struct UCoreCachedClock *cached_clock; struct UCoreCachedClock *cached_clock;