]> git.ipfire.org Git - pakfire.git/commitdiff
cli: Remove unused variable
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 14 Feb 2025 17:07:48 +0000 (17:07 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 14 Feb 2025 17:07:48 +0000 (17:07 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/cli/lib/build.c

index 75b0febc1d3f08cf04858fced29473c036fc33ba..02ce7c7833c6eb388fb0c74cb051fc6afa3f5c46 100644 (file)
@@ -127,7 +127,6 @@ static void log_callback(void* data, int priority, const char* file, int line,
        const struct cli_local_args* local_args = data;
        char* buffer = NULL;
        ssize_t length;
-       int r;
 
        // Format the line
        length = vasprintf(&buffer, format, args);