mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-26 14:04:15 +03:00
Drop unused variable
This commit is contained in:
parent
62fa6a8289
commit
946166795e
@ -18,7 +18,6 @@ int read_buffer(int fd, char **buffer) {
|
||||
int bytes = 0;
|
||||
int buffersize = 32;
|
||||
char *new;
|
||||
char *end;
|
||||
*buffer = malloc(buffersize + 1);
|
||||
|
||||
while (1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user