diff options
author | Ross Lagerwall <rosslagerwall@gmail.com> | 2015-01-26 22:00:53 +0000 |
---|---|---|
committer | Ross Lagerwall <rosslagerwall@gmail.com> | 2015-01-26 22:00:53 +0000 |
commit | 33d427f66c6b1fc186ec26e8bf0e46f1e3d91965 (patch) | |
tree | 44e8778a06418ae253e44d3821140169c55abd1c /common | |
parent | 25e5723c976ad1360ec291ce811eb6c2685a0b9f (diff) | |
download | gvfs-33d427f66c6b1fc186ec26e8bf0e46f1e3d91965.tar.gz |
common: Fix a warning
Diffstat (limited to 'common')
-rw-r--r-- | common/gvfsmonitorimpl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/gvfsmonitorimpl.c b/common/gvfsmonitorimpl.c index 062379b0..1d5d0e2a 100644 --- a/common/gvfsmonitorimpl.c +++ b/common/gvfsmonitorimpl.c @@ -45,7 +45,6 @@ g_vfs_monitor_implementation_from_dbus (GVariant *value) { GVfsMonitorImplementation *impl; GVariantIter *iter; - GVariant *v; impl = g_vfs_monitor_implementation_new (); |