diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1088,12 +1088,6 @@ static void ftag_sync(int argc, char **argv) size_t line_size = 32; char *line = malloc(line_size); ssize_t line_len; - printf("Output of \"%s\":\n", cmd); - printf("BEGIN\n"); - while ((line_len = getline(&line, &line_size, pipe)) != -1) { - printf("%s", line); - } - printf("END\n"); if (ferror(pipe)) { perror("getline"); exit(EXIT_FAILURE); |
