aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/engine/eachdo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/eachdo.c b/src/engine/eachdo.c
index 8076cde..4a529ba 100644
--- a/src/engine/eachdo.c
+++ b/src/engine/eachdo.c
@@ -105,8 +105,6 @@ handle_eachdo(char **buffer, key_match_t *match, directive_t *directive)
list_t *directives = lex(operands->content);
char *content = calloc(1, sizeof(char));
- strcpy(content, "");
-
fetch_files(operands, directives, &content);
char *temp_buffer = strdup(*buffer);