[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] pygrub/fsimage: drop unused struct
commit e81209fd4ea705f4de4b61d05e6ab0aea9bb0b88 Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Mon Mar 11 12:58:05 2019 +0000 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Tue Mar 12 14:24:52 2019 +0000 pygrub/fsimage: drop unused struct Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- tools/pygrub/src/fsimage/fsimage.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/pygrub/src/fsimage/fsimage.c b/tools/pygrub/src/fsimage/fsimage.c index 743a3fb7b8..780207791c 100644 --- a/tools/pygrub/src/fsimage/fsimage.c +++ b/tools/pygrub/src/fsimage/fsimage.c @@ -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) { -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |