Skip to content

Commit

Permalink
Removed unused variables in path_unit_test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Apr 24, 2021
1 parent d8dd339 commit 1b27455
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/path_unit_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ using std::wstring;

namespace {

boost::system::error_code ec;
const boost::system::error_code ok;
const boost::system::error_code ng(-1, boost::system::system_category());

std::string platform(BOOST_PLATFORM);

void check_path(const path& source, const wstring& expected, const char* file, int line)
Expand Down

0 comments on commit 1b27455

Please sign in to comment.