diff options
Diffstat (limited to 'third_party/nix/src/libexpr/primops.hh')
-rw-r--r-- | third_party/nix/src/libexpr/primops.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/nix/src/libexpr/primops.hh b/third_party/nix/src/libexpr/primops.hh index ad646e4d0b3c..45f63a541911 100644 --- a/third_party/nix/src/libexpr/primops.hh +++ b/third_party/nix/src/libexpr/primops.hh @@ -20,7 +20,5 @@ struct RegisterPrimOp { /* Load a ValueInitializer from a DSO and return whatever it initializes */ void prim_importNative(EvalState& state, const Pos& pos, Value** args, Value& v); -/* Execute a program and parse its output */ -void prim_exec(EvalState& state, const Pos& pos, Value** args, Value& v); } // namespace nix |