Skip to content

Commit

Permalink
Remove unused return
Browse files Browse the repository at this point in the history
  • Loading branch information
ibensw committed Aug 27, 2024
1 parent 532348d commit 6fa79d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sw/redis++/connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ bool Connection::avail() {
} else {
// An error occurred
throw_error(*ctx, strerror(errno));
return -1;
}
}

Expand Down

0 comments on commit 6fa79d4

Please sign in to comment.