Use platform::path_join in unittest tree and remove redundant code
This commit is contained in:
@ -25,9 +25,3 @@ extern bool verbose;
|
||||
} while (0);
|
||||
|
||||
#endif
|
||||
|
||||
#if defined _WIN32
|
||||
static const char PATH_SEP = '\\';
|
||||
#else
|
||||
static const char PATH_SEP = '/';
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user