commit | 09da4a72926e2d0af0e5f0cb967ab0dd345311f4 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Apr 15 10:59:42 2013 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Aug 30 15:28:52 2013 +0200 |
tree | 4638f2f6931409d8a8aeb7b9ad754fca10c32c0e | |
parent | 9117b47717ad208b12786ce88eacb013f9b3dd1c [diff] |
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>