mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-05 13:19:21 +02:00
Remove processing msg
svn path=/trunk/; revision=915
This commit is contained in:
1
gdump.c
1
gdump.c
@@ -244,7 +244,6 @@ dump_enum_type (GType type, const char *symbol, GOutputStream *out)
|
|||||||
static void
|
static void
|
||||||
dump_type (GType type, const char *symbol, GOutputStream *out)
|
dump_type (GType type, const char *symbol, GOutputStream *out)
|
||||||
{
|
{
|
||||||
g_printerr ("processing %s\n", g_type_name (type));
|
|
||||||
switch (g_type_fundamental (type))
|
switch (g_type_fundamental (type))
|
||||||
{
|
{
|
||||||
case G_TYPE_OBJECT:
|
case G_TYPE_OBJECT:
|
||||||
|
Reference in New Issue
Block a user