mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 05:56:03 +01:00
eval: remove superfluous strdup
This commit is contained in:
parent
14f029dbe8
commit
5cf6b2cb75
2 changed files with 4 additions and 13 deletions
|
|
@ -23,7 +23,6 @@ template<typename T>
|
|||
using gc_allocator = std::allocator<T>;
|
||||
|
||||
# define GC_MALLOC_ATOMIC std::malloc
|
||||
# define GC_STRDUP strdup
|
||||
|
||||
struct gc
|
||||
{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue