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