timeval: Remove duplicate memset().
authorRussell Bryant <rbryant@redhat.com>
Fri, 20 Feb 2015 18:22:14 +0000 (13:22 -0500)
committerBen Pfaff <blp@nicira.com>
Fri, 20 Feb 2015 18:31:23 +0000 (10:31 -0800)
commitee5315b9f90b106bd0eb8d1cab18e627d0d19c30
tree7ec0a6812f0c7aebaea0f1c24529eb29d870ab2c
parent49b507d99dc5100200a86a90863c532acb9bb972
timeval: Remove duplicate memset().

init_clock begins with a memset of 0 of the full clock struct.  This
memset at the end of a single struct member just makes extra sure that
it's set to 0, which is unnecessary.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/timeval.c