summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2017-08-22 22:51:25 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2017-08-22 22:51:25 +0100
commitd83e899da86565ce397c96f4b3e54e6b2f714ccf (patch)
tree81a9e51c10e72e2ba9b0e1c59c21d30e40ed899c
parenta36efd9357bb8d6f44749ae47f190e4f5ff8b7a5 (diff)
downloadlibgdata-d83e899da86565ce397c96f4b3e54e6b2f714ccf.tar.gz
core: Drop an unused variable
Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
-rw-r--r--gdata/gdata-oauth1-authorizer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdata/gdata-oauth1-authorizer.c b/gdata/gdata-oauth1-authorizer.c
index 81634086..46c58373 100644
--- a/gdata/gdata-oauth1-authorizer.c
+++ b/gdata/gdata-oauth1-authorizer.c
@@ -889,7 +889,6 @@ request_authentication_uri_thread (GTask *task, gpointer source_object, gpointer
GDataOAuth1Authorizer *authorizer = GDATA_OAUTH1_AUTHORIZER (source_object);
g_autoptr(RequestAuthenticationUriAsyncData) data = NULL;
g_autoptr(GError) error = NULL;
- g_autofree gchar *authentication_uri = NULL;
data = g_slice_new0 (RequestAuthenticationUriAsyncData);
data->authentication_uri = gdata_oauth1_authorizer_request_authentication_uri (authorizer, &(data->token), &(data->token_secret),