Skip to content

Commit

Permalink
removed unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Sep 18, 2019
1 parent 2979157 commit 3330931
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platform/OSP/Web/src/WebServerDispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,6 @@ void WebServerDispatcher::sendHTMLResponse(Poco::Net::HTTPServerRequest& request

void WebServerDispatcher::sendJSONResponse(Poco::Net::HTTPServerRequest& request, Poco::Net::HTTPResponse::HTTPStatus status, const std::string& message)
{
const std::string& softwareVersion = request.serverParams().getSoftwareVersion();
request.response().setContentType("application/json");
request.response().setStatusAndReason(status);

Expand Down

0 comments on commit 3330931

Please sign in to comment.