From 1bc83f94956000f3909a6b68042394b444a6b428 Mon Sep 17 00:00:00 2001 From: "Dr. David Alan Gilbert" Date: Sat, 11 May 2024 21:58:56 +0100 Subject: [PATCH] Remove unused structs gio/glocalfileinfo.c has a struct 'ThumbMD5Context' that's been unused since commit d013d46b986c ("Replace the copy-and-paste MD5 digest generation with GChecksum.") Remove it. Signed-off-by: Dr. David Alan Gilbert --- gio/glocalfileinfo.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gio/glocalfileinfo.c b/gio/glocalfileinfo.c index 2df7c91e5..ec45e45d2 100644 --- a/gio/glocalfileinfo.c +++ b/gio/glocalfileinfo.c @@ -103,12 +103,6 @@ #include "glibintl.h" -struct ThumbMD5Context { - guint32 buf[4]; - guint32 bits[2]; - unsigned char in[64]; -}; - #ifndef G_OS_WIN32 typedef struct {