Skip to content

Commit 0596e81

Browse files
remove superflous hash
1 parent 3127445 commit 0596e81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/openFrameworks/utils/ofFilesystem.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ class path {
144144
bool has_extension() const { return path_.has_extension(); }
145145
bool has_filename() const { return path_.has_filename(); }
146146
bool operator!() const noexcept { return empty(); }
147-
std::size_t hash() const noexcept { return std::hash<std::filesystem::path>()(path_); }
148147

149148
friend std::ostream& operator<<(std::ostream& os, const path& p) {
150149
return os << p.string();

0 commit comments

Comments
 (0)