Skip to content

Commit

Permalink
chore(remoteFDB): removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
mcakircali committed Jan 16, 2025
1 parent d0cbd50 commit e28bde6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/fdb5/remote/server/ServerConnection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,6 @@ ServerConnection::~ServerConnection() {
eckit::Log::info() << "Done" << std::endl;
}

// //----------------------------------------------------------------------------------------------------------------------
//
// uint32_t ServerConnection::writeSocketControl(const void* buf, const uint32_t length) {
// return controlSocket_.write(buf, length);
// }
//
// uint32_t ServerConnection::writeSocketData(const void* buf, const uint32_t length) {
// ASSERT(dataSocket_);
// return dataSocket_->write(buf, length);
// }

//----------------------------------------------------------------------------------------------------------------------

Handled ServerConnection::handleData(Message message, uint32_t clientID, uint32_t requestID) {
Expand Down

0 comments on commit e28bde6

Please sign in to comment.