summaryrefslogtreecommitdiff
path: root/execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'execute.c')
-rw-r--r--execute.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/execute.c b/execute.c
index 80e327e..f1970d3 100644
--- a/execute.c
+++ b/execute.c
@@ -301,10 +301,3 @@ print_command(FILE *fp, char **argv)
}
fprintf(fp, "\n");
}
-
-void
-print_executed_command(FILE *fp, char **argv)
-{
- fprintf(fp, "%s: executing ", MYNAME);
- print_command(fp, argv);
-}