commit 0942f1c42f96f235650c2243a5f9e0cc34d66fcb
Author: Tomohiro Kusumi <[email protected]>
Date: Sun Aug 14 15:37:03 2016 +0900
sys/vfs/hammer: Drop redundant error initialization
error is always 0 when it hits here.
(It would have already returned non-zero error otherwise)
Summary of changes:
sys/vfs/hammer/hammer_pfs.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0942f1c42f96f235650c2243a5f9e0cc34d66fcb
--
DragonFly BSD source repository