Skip to content

Commit

Permalink
Removes unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Aug 12, 2017
1 parent 7ffa85e commit 4e0721a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/fscp/src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ namespace fscp
.get_public_key();
ret.push_back(ec);
}
catch(boost::system::system_error& e)
catch(boost::system::system_error&)
{
m_logger(log_level::warning) << "Elliptic curve not supported: "
<< ec.to_string();
Expand Down

0 comments on commit 4e0721a

Please sign in to comment.