From e81209fd4ea705f4de4b61d05e6ab0aea9bb0b88 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 11 Mar 2019 12:58:05 +0000 Subject: [PATCH] pygrub/fsimage: drop unused struct Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper --- 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) { -- 2.30.2