mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
Remove canary stuff
This commit is contained in:
parent
a144eb1415
commit
8aedaf111e
4 changed files with 0 additions and 58 deletions
|
@ -287,8 +287,6 @@ public:
|
|||
/* Print statistics. */
|
||||
void printStats();
|
||||
|
||||
void printCanaries();
|
||||
|
||||
private:
|
||||
|
||||
unsigned long nrEnvs;
|
||||
|
@ -320,12 +318,6 @@ private:
|
|||
friend struct ExprOpConcatLists;
|
||||
friend struct ExprSelect;
|
||||
friend void prim_getAttr(EvalState & state, const Pos & pos, Value * * args, Value & v);
|
||||
|
||||
#if HAVE_BOEHMGC
|
||||
std::set<Value *> gcCanaries;
|
||||
friend void canaryFinalizer(GC_PTR obj, GC_PTR client_data);
|
||||
friend void prim_gcCanary(EvalState & state, const Pos & pos, Value * * args, Value & v);
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue