mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01:00
nix_api_expr: remove bindingsbuilder refcounting
This commit is contained in:
parent
aa85f7d917
commit
022b918db1
3 changed files with 27 additions and 21 deletions
|
|
@ -4,7 +4,8 @@
|
|||
// forward declaration
|
||||
namespace nix {
|
||||
class EvalState;
|
||||
};
|
||||
class BindingsBuilder;
|
||||
}; // namespace nix
|
||||
|
||||
struct State {
|
||||
nix::EvalState state;
|
||||
|
|
@ -14,4 +15,8 @@ struct GCRef {
|
|||
void *ptr;
|
||||
};
|
||||
|
||||
struct BindingsBuilder {
|
||||
nix::BindingsBuilder builder;
|
||||
};
|
||||
|
||||
#endif // NIX_API_EXPR_INTERNAL_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue