gi-compile-repository: Remove unused variable

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2024-02-14 10:21:44 +00:00
parent d3325bf879
commit a41496643b

View File

@ -44,7 +44,6 @@ gchar **includedirs = NULL;
gchar **input = NULL;
gchar *output = NULL;
gchar **shlibs = NULL;
gboolean include_cwd = FALSE;
gboolean debug = FALSE;
gboolean verbose = FALSE;
gboolean show_version = FALSE;