diff options
Diffstat (limited to 'sys/kern/subr_sbuf.c')
-rw-r--r-- | sys/kern/subr_sbuf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_sbuf.c b/sys/kern/subr_sbuf.c index 17fde523fc67..20a831aa75b2 100644 --- a/sys/kern/subr_sbuf.c +++ b/sys/kern/subr_sbuf.c @@ -302,7 +302,6 @@ void sbuf_set_flags(struct sbuf *s, int flags) { - s->s_flags |= (flags & SBUF_USRFLAGMSK); } |