From 4115c4421b27a0a9c33d6a6ed52cd5c7318d844c Mon Sep 17 00:00:00 2001 From: Christian Mehlis <mehlis@inf.fu-berlin.de> Date: Sun, 2 Jun 2013 12:42:49 +0200 Subject: [PATCH] remove unused struct --- native/native-ltc4150.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/native/native-ltc4150.c b/native/native-ltc4150.c index e84501ef2c..2f2d414cf8 100644 --- a/native/native-ltc4150.c +++ b/native/native-ltc4150.c @@ -81,8 +81,6 @@ void ltc4150_sync_blocking(void) */ void ltc4150_arch_init(void) { - struct sigevent sev; - ltc4150_disable_int(); puts("Native LTC4150 initialized."); -- GitLab