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:
commit
12b6d8d208
1 changed files with 0 additions and 1 deletions
|
|
@ -972,7 +972,6 @@ public:
|
||||||
void mkStringMove(const char * s, const NixStringContext & context);
|
void mkStringMove(const char * s, const NixStringContext & context);
|
||||||
|
|
||||||
void mkPath(const SourcePath & path);
|
void mkPath(const SourcePath & path);
|
||||||
void mkPath(std::string_view path);
|
|
||||||
|
|
||||||
inline void mkPath(SourceAccessor * accessor, const char * path) noexcept
|
inline void mkPath(SourceAccessor * accessor, const char * path) noexcept
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue