Avoid an unused variable warning

This commit is contained in:
Matthias Clasen 2013-07-28 18:39:42 -04:00
parent 331e93c3f1
commit 39460701d4

View File

@ -173,7 +173,7 @@ test_sighup_add_remove (void)
static gboolean
nested_idle (gpointer data)
{
GMainLoop *parent, *nested;
GMainLoop *nested;
GMainContext *context;
GSource *source;