gdatetime: Remove an unnecessary NULL pointer check
commitb1cd3378fb107bb7807482298dbef361a591a084
authorPhilip Withnall <philip@tecnocode.co.uk>
Sat, 21 Jun 2014 09:27:27 +0000 (21 10:27 +0100)
committerPhilip Withnall <withnall@endlessm.com>
Tue, 2 May 2017 22:42:16 +0000 (2 23:42 +0100)
treeed352819a2ee6517cc00a5b1c1c9d73bc3e09c01
parent404c2d24542d5306aa579cfc43470e789306866e
gdatetime: Remove an unnecessary NULL pointer check

datetime->tz can never be NULL, so this pointer check is unnecessary and
confusing, and messes up static analysis.

https://bugzilla.gnome.org/show_bug.cgi?id=732000
glib/gdatetime.c