1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 03:25:31 +03:00

libudev: remove udev_monitor_new_from_socket() symbol

This function was removed in v183, so drop it from the symbols
versioning file.
This commit is contained in:
Michael Biebl 2013-04-16 02:14:45 +02:00
parent 6133cee253
commit b45e9abd1d

View File

@ -69,7 +69,6 @@ global:
udev_monitor_get_fd;
udev_monitor_get_udev;
udev_monitor_new_from_netlink;
udev_monitor_new_from_socket;
udev_monitor_receive_device;
udev_monitor_ref;
udev_monitor_set_receive_buffer_size;