mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
support: remove useless assignment
This commit is contained in:
parent
970ed0bdd6
commit
1b7d052098
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ static void set_timer(struct impl *this, uint64_t next_time)
|
|||
static void on_timeout(struct spa_source *source)
|
||||
{
|
||||
struct impl *this = source->data;
|
||||
uint64_t expirations, nsec, duration = 10;
|
||||
uint64_t expirations, nsec, duration;
|
||||
uint32_t rate;
|
||||
|
||||
spa_log_trace(this->log, "timeout");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue