mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
gdateparser: Delete unused debug print function
https://bugzilla.gnome.org/show_bug.cgi?id=687385
This commit is contained in:
parent
94ef8dff0d
commit
055aa2b55e
@ -11,22 +11,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
||||||
static void
|
|
||||||
g_date_debug_print (GDate* d)
|
|
||||||
{
|
|
||||||
if (!d) g_print("NULL!\n");
|
|
||||||
else
|
|
||||||
g_print("julian: %u (%s) DMY: %u %u %u (%s)\n",
|
|
||||||
d->julian_days,
|
|
||||||
d->julian ? "valid" : "invalid",
|
|
||||||
d->day,
|
|
||||||
d->month,
|
|
||||||
d->year,
|
|
||||||
d->dmy ? "valid" : "invalid");
|
|
||||||
|
|
||||||
fflush(stdout);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* These only work in the POSIX locale, maybe C too -
|
/* These only work in the POSIX locale, maybe C too -
|
||||||
* type POSIX into the program to check them
|
* type POSIX into the program to check them
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user