]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
pygrub/fsimage: drop unused struct
authorWei Liu <wei.liu2@citrix.com>
Mon, 11 Mar 2019 12:58:05 +0000 (12:58 +0000)
committerWei Liu <wei.liu2@citrix.com>
Tue, 12 Mar 2019 14:24:52 +0000 (14:24 +0000)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/pygrub/src/fsimage/fsimage.c

index 743a3fb7b8286be8828d6955dff14569d3d539af..780207791c9da470549950c4bc8807a6642543c9 100644 (file)
@@ -43,13 +43,6 @@ typedef struct fsimage_file {
        fsi_file_t *file;
 } fsimage_file_t;
 
-struct foo {
-       int ref;
-       int size;
-       long hash;
-       int state;
-};
-
 static PyObject *
 fsimage_file_read(fsimage_file_t *file, PyObject *args, PyObject *kwargs)
 {