Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary check.
Browse files Browse the repository at this point in the history
  • Loading branch information
objmagic committed Nov 8, 2016
1 parent 0238865 commit 593f35a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions heron/common/tests/cpp/network/http_unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ void StartTest(sp_uint32 nclients, sp_uint64 requests, sp_uint32 nkeys) {

// block clients from reading from server using pipe
read(fds[0], &recv, sizeof(int));
if (recv != sent) {
std::cerr << "Expecting receiving number " << sent << "from pipe. "
<< "Received " << recv << " instead." << std::endl;
GTEST_FAIL();
}

// start the client threads
std::vector<std::thread> cthreads;
Expand Down

0 comments on commit 593f35a

Please sign in to comment.