Commit 0690efa6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove duplicated asserts

parent 1b7e1d64
...@@ -109,8 +109,6 @@ v1f_pull_chunked(struct vfp_ctx *vc, struct vfp_entry *vfe, void *ptr, ...@@ -109,8 +109,6 @@ v1f_pull_chunked(struct vfp_ctx *vc, struct vfp_entry *vfe, void *ptr,
AN(ptr); AN(ptr);
AN(lp); AN(lp);
AN(ptr);
AN(lp);
l = *lp; l = *lp;
*lp = 0; *lp = 0;
if (vfe->priv2 == -1) { if (vfe->priv2 == -1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment