summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-04-07 16:13:13 +0100
committerRoss Burton <ross@linux.intel.com>2009-04-07 16:13:13 +0100
commit912b4adada2c5e649a48b77eaa91f1ef73a4fc07 (patch)
tree941b7ff21ce6b070e4090d1e714c469f2c2c9bdd /examples
parent77265ff764c8887ab41903647634ac2d4d95f60e (diff)
Remove the unused mainloop in the OAuth test
Diffstat (limited to 'examples')
-rw-r--r--examples/test-oauth.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/test-oauth.c b/examples/test-oauth.c
index 8edba1f..5438502 100644
--- a/examples/test-oauth.c
+++ b/examples/test-oauth.c
@@ -23,8 +23,6 @@
#include <rest/oauth-proxy.h>
#include <stdio.h>
-static GMainLoop *loop;
-
int
main (int argc, char **argv)
{
@@ -35,8 +33,6 @@ main (int argc, char **argv)
g_thread_init (NULL);
g_type_init ();
- loop = g_main_loop_new (NULL, TRUE);
-
/* Create the proxy */
proxy = oauth_proxy_new (
/* Consumer Key */