[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[win-pv-devel] [PATCH 1/4] Remove unused data structure



XENBUS_CONSOLE_BUFFER is no longer required, so remove the struct
declaration and typedef.

Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx>
---
 src/xenbus/console.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/xenbus/console.c b/src/xenbus/console.c
index 15aea92..b60b800 100644
--- a/src/xenbus/console.c
+++ b/src/xenbus/console.c
@@ -43,13 +43,6 @@
 #include "assert.h"
 #include "util.h"
 
-typedef struct _XENBUS_CONSOLE_BUFFER {
-    LIST_ENTRY  ListEntry;
-    ULONG       Offset;
-    ULONG       Length;
-    CHAR        Data[1];    // Variable length array
-} XENBUS_CONSOLE_BUFFER, *PXENBUS_CONSOLE_BUFFER;
-
 struct _XENBUS_CONSOLE_CONTEXT {
     PXENBUS_FDO                 Fdo;
     KSPIN_LOCK                  Lock;
-- 
2.5.3


_______________________________________________
win-pv-devel mailing list
win-pv-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.