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:
Marco Trevisan (Treviño) 2024-01-15 23:17:02 +01:00
parent 5c96b0231a
commit e3aac4281d

View File

@ -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