Drop dead code in GVariant parser
authorRyan Lortie <desrt@desrt.ca>
Wed, 15 Jun 2011 02:44:10 +0000 (22:44 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 15 Jun 2011 02:45:06 +0000 (22:45 -0400)
commit23f684454f6f0151cb7181c527bf254f6b97ed35
tree07ca356ab6f4cc6168e7e647213ad6d80b85be83
parenta6b9db6907117639b2493e96f8dee9e54bdba788
Drop dead code in GVariant parser

There is no chance that an unsigned integer value will be negative after
we do the bounds check that enforces its non-negativity.

Caught by Matthias running Coverity.
glib/gvariant-parser.c