diff options
author | Vincent Ambo <mail@tazj.in> | 2020-07-17T02·45+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-07-17T19·03+0000 |
commit | 8d5857abbcbd70fdeb50151b7a05edf5673809d3 (patch) | |
tree | 62ad46fe1a19402446880c9e4568a05c4c94ad93 /third_party/nix/src/libexpr/primops.hh | |
parent | a2870d05a31c6b0faaf43c24b98ffce4a09503d3 (diff) |
chore(3p/nix): Remove builtins.exec r/1346
This is a bad idea, it shouldn't exist, nixpkgs doesn't use it. Change-Id: Ic4d1b936d8f059d5c40f0567af165b02427d7e36 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1241 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
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 |