Browse Source

[1387] cleanup: removed an unused variable.

JINMEI Tatuya 13 years ago
parent
commit
df44752c7d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/xfr/xfrout_client.cc

+ 0 - 1
src/lib/xfr/xfrout_client.cc

@@ -52,7 +52,6 @@ XfroutClient::~XfroutClient() {
 
 void
 XfroutClient::connect() {
-    asio::error_code err;
     try {
         impl_->socket_.connect(stream_protocol::endpoint(impl_->file_path_));
     } catch (const asio::system_error& err) {