gparam: Remove unnecessary conditionals around preconditions
authorColin Walters <walters@verbum.org>
Thu, 12 Jun 2014 17:37:16 +0000 (13:37 -0400)
committerColin Walters <walters@verbum.org>
Thu, 12 Jun 2014 17:38:27 +0000 (13:38 -0400)
commit09498e52bbc71496cd1b99ad5c8781783a864881
treea3313a4c3f8db023b61094bc9495590bd708cd0b
parentf7d7e5ab2f3f9421f9df5d76487f37d4bdc78088
gparam: Remove unnecessary conditionals around preconditions

These cause a static analyzer to think we're trying to actually handle
them being NULL, which is not the case.  They both must not be NULL,
period.

No idea why the code was like this originally.

Reviewed by mclasen on IRC.
gobject/gparam.c