From 0a7f44608d3ebe119be19151750166d632c0ce5a Mon Sep 17 00:00:00 2001 From: Shao Miller Date: Sun, 19 Dec 2010 02:37:53 -0500 Subject: [PATCH] [bus] Remove unused member ext --- src/include/bus.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/bus.h b/src/include/bus.h index 6311127..a1adb2a 100644 --- a/src/include/bus.h +++ b/src/include/bus.h @@ -47,7 +47,6 @@ typedef struct WV_BUS_T { struct device__type * first_child; KSPIN_LOCK SpinLock; LIST_ENTRY tracking; - winvblock__any_ptr ext; device__free_func * prev_free; UNICODE_STRING dev_name; UNICODE_STRING dos_dev_name; -- 2.17.1