Revert "build-sys: re-add old symbols for abi compat"

This reverts commit 93a1e66efd.

It broke the builds for Walters.
Kay hates it and "just knows" there are no actual users.
This commit is contained in:
Michal Schmidt 2015-02-16 21:17:48 +01:00
parent 7edecf218e
commit 37574894c8
1 changed files with 0 additions and 3 deletions

View File

@ -268,6 +268,3 @@ _public_ int udev_queue_flush(struct udev_queue *udev_queue) {
return flush_fd(udev_queue->fd);
}
__asm__(".symver udev_queue_flush,udev_queue_flush@LIBUDEV_183");
__asm__(".symver udev_queue_get_fd,udev_queue_get_fd@LIBUDEV_183");