mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: module-zeroconf-publish: remove unnecessary member
The `key` member in `struct service` is not used. Remove it.
This commit is contained in:
parent
748fe111f9
commit
9a9fce66e0
1 changed files with 0 additions and 3 deletions
|
|
@ -63,8 +63,6 @@ enum service_subtype {
|
|||
};
|
||||
|
||||
struct service {
|
||||
void *key;
|
||||
|
||||
struct module_zeroconf_publish_data *userdata;
|
||||
AvahiEntryGroup *entry_group;
|
||||
char *service_name;
|
||||
|
|
@ -306,7 +304,6 @@ static struct service *create_service(struct module_zeroconf_publish_data *d, st
|
|||
s = pw_manager_object_add_data(o, service_name, sizeof(struct service));
|
||||
spa_assert(s);
|
||||
|
||||
s->key = o;
|
||||
s->userdata = d;
|
||||
s->entry_group = NULL;
|
||||
s->service_name = service_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue