1
1
Fork 0
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:
Philipp Otterbein 2024-09-30 22:15:04 +02:00
parent 14f029dbe8
commit 5cf6b2cb75
2 changed files with 4 additions and 13 deletions

View file

@ -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
{};