mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-26 20:07:51 +02:00
girrepository: Remove unneeded static check
The check was added to ensure compatibility with previous versions but this is not something we care anymore with this API/ABI break.
This commit is contained in:
@@ -36,11 +36,6 @@
|
||||
* be removed. */
|
||||
typedef struct _GIBaseInfo GIRealInfo;
|
||||
|
||||
/* We changed a gint32 -> gint in the structure below, which should be
|
||||
* valid everywhere we care about.
|
||||
*/
|
||||
G_STATIC_ASSERT (sizeof (int) == sizeof (int32_t));
|
||||
|
||||
/*
|
||||
* We just use one structure for all of the info object
|
||||
* types; in general, we should be reading data directly
|
||||
|
Reference in New Issue
Block a user