X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=test-line-buffer.c;h=7ec9b13c9b2ceb84fb6dd0dd229e9f6cb8c1a635;hb=b388e14b89f0a82b8067b3922a93cf2d1b013ff0;hp=25b20b93fd4a1113629c99bd5a53dfee965119c1;hpb=421446b6fcf2c3767e7e714388163b29a65f45cc;p=git.git diff --git a/test-line-buffer.c b/test-line-buffer.c index 25b20b93f..7ec9b13c9 100644 --- a/test-line-buffer.c +++ b/test-line-buffer.c @@ -32,12 +32,6 @@ static void handle_command(const char *command, const char *arg, struct line_buf buffer_copy_bytes(buf, strtouint32(arg)); return; } - case 'r': - if (!prefixcmp(command, "read ")) { - const char *s = buffer_read_string(buf, strtouint32(arg)); - fputs(s, stdout); - return; - } case 's': if (!prefixcmp(command, "skip ")) { buffer_skip_bytes(buf, strtouint32(arg));