From: Keith Packard Date: Sat, 22 Jun 2013 02:40:03 +0000 (-0700) Subject: altos/lpc: Remove ao_usb_task structure X-Git-Tag: 1.2.9.4~152 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=9081d881bc48bf7fdce617d300ac02c1a5962239 altos/lpc: Remove ao_usb_task structure It's not used Signed-off-by: Keith Packard --- 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;