Skip to content

Commit

Permalink
Having no supported flush commands isn't critical
Browse files Browse the repository at this point in the history
  • Loading branch information
lighterowl committed Dec 7, 2023
1 parent d8d93ae commit d747a0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cachex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,6 @@ int main(int argc, char **argv)
if (!TestSupportedFlushCommands())
{
std::cerr << "\nError: no supported flush commands found\n";
exit(-1);
}
if (!TestSupportedReadCommands())
{
Expand Down

0 comments on commit d747a0a

Please sign in to comment.