about summary refs log tree commit diff
path: root/third_party/nix/src/libexpr/primops.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/libexpr/primops.hh')
-rw-r--r--third_party/nix/src/libexpr/primops.hh2
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 ad646e4d0b..45f63a5419 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