sys/vfs/hammer: Remove unnecessary if test
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 26 Apr 2015 09:42:06 +0000 (18:42 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 26 Apr 2015 14:49:09 +0000 (23:49 +0900)
commit8226d29ec67abb5789a63a4dfb02edac887621bd
treebdd804925a2eba50536242ff2667b67454814dad
parent03b6feead81b307f2f2e39220e169e7d7226c400
sys/vfs/hammer: Remove unnecessary if test

- There is the same 'if (error == 0)' for a local variable error
  right before this one which can be combined.
sys/vfs/hammer/hammer_object.c