From 9081d881bc48bf7fdce617d300ac02c1a5962239 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 21 Jun 2013 19:40:03 -0700 Subject: [PATCH] altos/lpc: Remove ao_usb_task structure It's not used Signed-off-by: Keith Packard --- src/lpc/ao_usb_lpc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lpc/ao_usb_lpc.c b/src/lpc/ao_usb_lpc.c index e574f1e2..4e6b9c66 100644 --- a/src/lpc/ao_usb_lpc.c +++ b/src/lpc/ao_usb_lpc.c @@ -35,8 +35,6 @@ #define debug_data(format, args...) #endif -struct ao_task ao_usb_task; - struct ao_usb_setup { uint8_t dir_type_recip; uint8_t request; -- 2.30.2