aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/event/stream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/event/stream.c b/src/nvim/event/stream.c
index 6caad6fdcc..376eb9fce7 100644
--- a/src/nvim/event/stream.c
+++ b/src/nvim/event/stream.c
@@ -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;