1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

libexpr: Remove decl for undefined overload of Value::mkPath

This commit is contained in:
Sergei Zimmerman 2025-09-06 16:36:16 +03:00
parent 1d62ccdb3d
commit bbdabe4973
No known key found for this signature in database

View file

@ -972,7 +972,6 @@ public:
void mkStringMove(const char * s, const NixStringContext & context);
void mkPath(const SourcePath & path);
void mkPath(std::string_view path);
inline void mkPath(SourceAccessor * accessor, const char * path) noexcept
{