Remove outdated comment

This commit is contained in:
Tatsuhiro Tsujikawa 2014-05-12 22:53:53 +09:00
parent ad4a4ee567
commit 062d6a8398
1 changed files with 0 additions and 4 deletions

View File

@ -275,10 +275,6 @@ int nghttp2_hd_deflate_change_table_size(nghttp2_hd_deflater *deflater,
*
* After this function returns, it is safe to delete the |nva|.
*
* TODO: The rest of the code call nghttp2_hd_end_headers() after this
* call, but it is just a regacy of the first implementation. Now it
* is not required to be called as of now.
*
* This function returns 0 if it succeeds, or one of the following
* negative error codes:
*