mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
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 <dave@treblig.org>
This commit is contained in:
parent
34626188aa
commit
1bc83f9495
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user