mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-25 06:59:46 -05:00
Drop unused hash table
We now just use a table for looking up object IDs so we should drop the hash table.
This commit is contained in:
parent
bc79f1f820
commit
c1b9203e5a
4 changed files with 3 additions and 319 deletions
|
|
@ -14,8 +14,7 @@ libwayland_util_la_SOURCES = \
|
|||
connection.h \
|
||||
wayland-util.c \
|
||||
wayland-util.h \
|
||||
wayland-private.h \
|
||||
wayland-hash.c
|
||||
wayland-private.h
|
||||
|
||||
libwayland_server_la_LIBADD = $(FFI_LIBS) libwayland-util.la -lrt
|
||||
libwayland_server_la_SOURCES = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue