Skip to content

Commit

Permalink
fixup! fixup! lib,src,permissions: port path.resolve to C++
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Nov 21, 2023
1 parent 0d547f8 commit 13c554a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -998,10 +998,6 @@ class RAIIIsolate {

class Environment;

#ifdef _WIN32
bool IsWindowsDeviceRoot(const char c) const noexcept;
#endif // _WIN32

bool IsPathSeparator(const char c) noexcept;

std::string NormalizeString(const std::string_view path,
Expand Down

0 comments on commit 13c554a

Please sign in to comment.