summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-03-23 15:08:26 +0000
committerTim-Philipp Müller <tim@centricular.com>2014-04-12 15:33:36 +0100
commitf30ab21ba7bcaa51a9177d7b6f03edce085db2ca (patch)
tree87b3b255e8ff107f96c38112758a75b71f6af25d /libs
parent3892cc4c2df7634a3e70fb41727a2c727b116fb8 (diff)
downloadgstreamer-f30ab21ba7bcaa51a9177d7b6f03edce085db2ca.tar.gz
testclock: remove unused variable
Fixes compiler warning.
Diffstat (limited to 'libs')
-rw-r--r--libs/gst/check/gsttestclock.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/gst/check/gsttestclock.c b/libs/gst/check/gsttestclock.c
index 685330c98d..bd94070616 100644
--- a/libs/gst/check/gsttestclock.c
+++ b/libs/gst/check/gsttestclock.c
@@ -1006,12 +1006,10 @@ guint
gst_test_clock_process_id_list (GstTestClock * test_clock,
GstTestClockIDList * pending_list)
{
- GstTestClockPrivate *priv;
GList *cur;
guint result = 0;
g_return_val_if_fail (GST_IS_TEST_CLOCK (test_clock), 0);
- priv = GST_TEST_CLOCK_GET_PRIVATE (test_clock);
GST_OBJECT_LOCK (test_clock);