mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01: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:
parent
5c96b0231a
commit
e3aac4281d
@ -36,11 +36,6 @@
|
|||||||
* be removed. */
|
* be removed. */
|
||||||
typedef struct _GIBaseInfo GIRealInfo;
|
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
|
* We just use one structure for all of the info object
|
||||||
* types; in general, we should be reading data directly
|
* types; in general, we should be reading data directly
|
||||||
|
Loading…
Reference in New Issue
Block a user