git: sys/vfs/hammer: Remove unnecessary if test
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sun Apr 26 08:39:20 PDT 2015
commit 8226d29ec67abb5789a63a4dfb02edac887621bd
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sun Apr 26 18:42:06 2015 +0900
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.
Summary of changes:
sys/vfs/hammer/hammer_object.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8226d29ec67abb5789a63a4dfb02edac887621bd
--
DragonFly BSD source repository
More information about the Commits
mailing list