mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #3308 from oni-link/fix.clang.report
Fix warning: stream.c: stream_init(): Dead store: HI.
This commit is contained in:
commit
a5b4e943be
@ -56,7 +56,6 @@ void stream_init(Loop *loop, Stream *stream, int fd, uv_stream_t *uvstream,
|
||||
|
||||
if (stream->uvstream) {
|
||||
stream->uvstream->data = stream;
|
||||
loop = stream->uvstream->loop->data;
|
||||
}
|
||||
|
||||
stream->data = data;
|
||||
|
Loading…
Reference in New Issue
Block a user