Skip to content

Commit 13c554a

Browse files
committed
fixup! fixup! lib,src,permissions: port path.resolve to C++
1 parent 0d547f8 commit 13c554a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/util.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -998,10 +998,6 @@ class RAIIIsolate {
998998

999999
class Environment;
10001000

1001-
#ifdef _WIN32
1002-
bool IsWindowsDeviceRoot(const char c) const noexcept;
1003-
#endif // _WIN32
1004-
10051001
bool IsPathSeparator(const char c) noexcept;
10061002

10071003
std::string NormalizeString(const std::string_view path,

0 commit comments

Comments
 (0)