nettimeprovider: Remove dead code

err is always NULL by the point we reach this line

COVERITY CID 1037151
This commit is contained in:
Edward Hervey 2013-12-30 16:34:08 +01:00
parent b571f3ad7d
commit 9649cd4ca1

View file

@ -209,9 +209,6 @@ gst_net_time_provider_thread (gpointer data)
}
}
if (err != NULL)
g_error_free (err);
GST_INFO_OBJECT (self, "time provider thread is stopping");
return NULL;
}