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

Merge pull request #13924 from xokdvium/dead-code

libexpr: Remove decl for undefined overload of Value::mkPath
This commit is contained in:
John Ericson 2025-09-06 10:47:26 -04:00 committed by GitHub
commit 12b6d8d208
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
{