Skip to content

Commit ddeeeb7

Browse files
this
1 parent 443dd09 commit ddeeeb7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

code/logic/fossil/sys/joinpath.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -271,19 +271,6 @@ namespace fossil {
271271
return fossil_sys_path_isfile(path.c_str());
272272
}
273273

274-
private:
275-
// Private constructor to prevent instantiation
276-
Path() = default;
277-
278-
// Private destructor
279-
~Path() = default;
280-
281-
// Private copy constructor and assignment operator
282-
Path(const Path &) = delete;
283-
Path &operator=(const Path &) = delete;
284-
// Private move constructor and assignment operator
285-
Path(Path &&) = delete;
286-
Path &operator=(Path &&) = delete;
287274
};
288275

289276
}

0 commit comments

Comments
 (0)