Skip to content

meson: Remove unused ctime_r check

Florian Weimer requested to merge fweimer/gnome-system-monitor:c99 into master

It did not work because of an implicit function declaration (<time.h> does not declare ctime_r due to -std=c11, which disables GNU extensions). The only use of CTIME_R_THREE_ARGS was #if'ed out, so remove that as well.

Related to:

Merge request reports