summaryrefslogtreecommitdiff
path: root/libyelp/yelp-uri.c
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-02-09 21:14:45 +0000
committerDavid King <amigadave@amigadave.com>2015-02-09 23:32:11 +0000
commitc590e47e901accef2f38c514c0d759520e5c169d (patch)
tree973d00b1c277808c7c5a98f3a458bfa05f9abca7 /libyelp/yelp-uri.c
parent34af790e87fdfb9e7340b4b6591104945b4e632d (diff)
downloadyelp-c590e47e901accef2f38c514c0d759520e5c169d.tar.gz
Fix variable shadowing warnings
Diffstat (limited to 'libyelp/yelp-uri.c')
-rw-r--r--libyelp/yelp-uri.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libyelp/yelp-uri.c b/libyelp/yelp-uri.c
index 8d155615..81f2c3c6 100644
--- a/libyelp/yelp-uri.c
+++ b/libyelp/yelp-uri.c
@@ -306,7 +306,6 @@ resolve_start (YelpUri *uri)
static void
resolve_sync (YelpUri *uri)
{
- gchar *tmp;
YelpUriPrivate *priv = GET_PRIV (uri);
if (g_str_has_prefix (priv->res_arg, "ghelp:")