common/dir: Drop unused variable

This was accidentally introduced in a8ad3927 in advance of the LAN/USB
changes from PR #884 which will actually use it.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
tingping/wmclass
Philip Withnall 2017-07-04 13:43:26 +01:00
parent 9a19ea7c13
commit c6011083a2
1 changed files with 0 additions and 1 deletions

View File

@ -2303,7 +2303,6 @@ flatpak_dir_lookup_repo_metadata (FlatpakDir *self,
...)
{
va_list args;
g_autofree char *collection_id = NULL;
g_autoptr(GVariant) metadata = NULL;
g_autoptr(GVariant) value = NULL;