mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Comment out an unused function
it is causing warnings, so it needs to die...bug 622600
This commit is contained in:
parent
448ac22e80
commit
e0f2d0f28e
@ -51,9 +51,9 @@ properties. */
|
||||
|
||||
#include "ucp.h" /* Category definitions */
|
||||
|
||||
|
||||
/* Table to translate from particular type value to the general value. */
|
||||
|
||||
#if 0
|
||||
static int ucp_gentype[] = {
|
||||
ucp_C, ucp_C, ucp_C, ucp_C, ucp_C, /* Cc, Cf, Cn, Co, Cs */
|
||||
ucp_L, ucp_L, ucp_L, ucp_L, ucp_L, /* Ll, Lu, Lm, Lo, Lt */
|
||||
@ -92,7 +92,7 @@ _pcre_ucp_findprop(const unsigned int c, int *type_ptr, int *script_ptr)
|
||||
*script_ptr = g_unichar_get_script(c);
|
||||
return ucp_gentype[*type_ptr];
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user