mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-04-23 23:50:40 +02:00
Kill unused result variable
Gets rid of a compiler warning.
This commit is contained in:
parent
a80fbc5200
commit
b87359cc9b
1 changed files with 0 additions and 1 deletions
1
main.c
1
main.c
|
|
@ -189,7 +189,6 @@ main (int argc, char **argv)
|
|||
static char *required_pkgconfig_version = NULL;
|
||||
static int want_silence_errors = 0;
|
||||
static int want_variable_list = 0;
|
||||
int result;
|
||||
GString *str;
|
||||
GSList *packages = NULL;
|
||||
char *search_path;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue