Remove unneeded code

This commit is contained in:
Sasha Koshka 2025-05-14 13:52:03 -04:00
parent d60beccbcd
commit 2fdf7d490d

View File

@ -313,9 +313,6 @@ func (this *readerA) pull() (uint16, error) {
this.eof = true
}
return message.method, nil
} else {
// signal parent transaction of closure
this.parent.closed.Store(true)
}
}
}