mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
Remove non-method mkPath()
This commit is contained in:
parent
263a8d293c
commit
ed93aec3c3
3 changed files with 7 additions and 9 deletions
|
@ -248,6 +248,8 @@ public:
|
|||
path = s;
|
||||
}
|
||||
|
||||
void mkPath(std::string_view s);
|
||||
|
||||
inline void mkNull()
|
||||
{
|
||||
clearValue();
|
||||
|
@ -399,9 +401,6 @@ static inline void mkString(Value & v, const Symbol & s)
|
|||
}
|
||||
|
||||
|
||||
void mkPath(Value & v, const char * s);
|
||||
|
||||
|
||||
#if HAVE_BOEHMGC
|
||||
typedef std::vector<Value *, traceable_allocator<Value *> > ValueVector;
|
||||
typedef std::map<Symbol, Value *, std::less<Symbol>, traceable_allocator<std::pair<const Symbol, Value *> > > ValueMap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue