1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 00:16:11 -04:00

Fix warning

This commit is contained in:
Eelco Dolstra 2024-09-20 15:08:45 +02:00
parent 088569463b
commit ec47133be3

View file

@ -16,8 +16,6 @@
#if HAVE_BOEHMGC #if HAVE_BOEHMGC
# include <mutex> # include <mutex>
# define GC_INCLUDE_NEW 1
# include "gc_cpp.h"
#endif #endif
nix_err nix_libexpr_init(nix_c_context * context) nix_err nix_libexpr_init(nix_c_context * context)