summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Favatella <luca.favatella@erlang-solutions.com>2018-03-19 10:36:18 +0000
committerLuca Favatella <luca.favatella@erlang-solutions.com>2018-03-23 17:00:41 +0000
commitb9a2da76f0a4d84b749c4ac6ef8d269994385593 (patch)
tree9ad05fbc25b915db8c62bb3475f2baec4a8835ec
parent5c2acbd35150da5e6d3afba1f61bb8bb995bb80f (diff)
downloaderlang-b9a2da76f0a4d84b749c4ac6ef8d269994385593.tar.gz
inets: Delete obsolete comment in httpc_response:result
-rw-r--r--lib/inets/src/http_client/httpc_response.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/inets/src/http_client/httpc_response.erl b/lib/inets/src/http_client/httpc_response.erl
index 58ab9144df..92dc9b0e02 100644
--- a/lib/inets/src/http_client/httpc_response.erl
+++ b/lib/inets/src/http_client/httpc_response.erl
@@ -83,7 +83,6 @@ whole_body(Body, Length) ->
%% result(Response, Request) ->
%% Response - {StatusLine, Headers, Body}
%% Request - #request{}
-%% Session - #tcp_session{}
%%
%% Description: Checks the status code ...
%%-------------------------------------------------------------------------