mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
C API: remove unused argument
This commit is contained in:
parent
925a8fda6e
commit
061140fc8f
3 changed files with 3 additions and 3 deletions
|
@ -347,7 +347,7 @@ nix_err nix_init_external(nix_c_context * context, Value * value, ExternalValue
|
|||
* @param[out] value Nix value to modify
|
||||
* @return error code, NIX_OK on success.
|
||||
*/
|
||||
nix_err nix_make_list(nix_c_context * context, EvalState * s, ListBuilder * list_builder, Value * value);
|
||||
nix_err nix_make_list(nix_c_context * context, ListBuilder * list_builder, Value * value);
|
||||
|
||||
/** @brief Create a list builder
|
||||
* @param[out] context Optional, stores error information
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue