GNOME Bugzilla – Bug 732000
gdatetime: Remove an unnecessary NULL pointer check
Last modified: 2017-05-02 22:47:00 UTC
Patch attached.
Created attachment 278883 [details] [review] 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.
Nobody’s complained; I guess this can probably go in. 2017-me has reviewed it for 2014-me. Attachment 278883 [details] pushed as b1cd337 - gdatetime: Remove an unnecessary NULL pointer check