Remove an unreachable return state from ARM's minidumpsys().

Submitted by:	Dominik Ermel <der@semihalf.com>
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D7787
This commit is contained in:
Mark Johnston 2016-09-05 16:04:40 +00:00
parent 47af42f8e7
commit 1720ac9d5d

View File

@ -369,7 +369,6 @@ fail:
else
printf("\n** DUMP FAILED (ERROR %d) **\n", error);
return (error);
return (0);
}
void