OSDN Git Service

block: Remove redundant assertion
authorKevin Wolf <kwolf@redhat.com>
Mon, 15 Apr 2013 08:59:42 +0000 (10:59 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 30 Aug 2013 13:28:52 +0000 (15:28 +0200)
commit09da4a72926e2d0af0e5f0cb967ab0dd345311f4
tree4638f2f6931409d8a8aeb7b9ad754fca10c32c0e
parent9117b47717ad208b12786ce88eacb013f9b3dd1c
block: Remove redundant assertion

The failing condition is checked immediately before the assertion, so
keeping the assertion is kind of redundant.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c