From 52d37b2815f4b144fbac899b7f9548353a6fbe3c Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 23 Jul 2015 18:21:07 +0200 Subject: [PATCH] Remove an obsolete comment. --- server.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/server.cpp b/server.cpp index 8a8e867..a418d1c 100644 --- a/server.cpp +++ b/server.cpp @@ -479,8 +479,6 @@ sending_header_or_error_again: 0); client->state = Client::SENDING_DATA; } else { - // client->stream_pos should be -1, but it might not be, - // if we have clients from an older version. client->stream_pos = client->stream->bytes_received; client->state = Client::WAITING_FOR_KEYFRAME; } -- 2.39.2