]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libudev/libudev.c
libudev: drop unused element in udev struct
[thirdparty/systemd.git] / src / libudev / libudev.c
index c451a616ff15e4bc92f435579d1ce3da6e2eaf01..f67b8fccc4edf1a0c521d12618c36a7f533e5bbf 100644 (file)
@@ -27,9 +27,6 @@
  */
 struct udev {
         unsigned n_ref;
-        void (*log_fn)(struct udev *udev,
-                       int priority, const char *file, int line, const char *fn,
-                       const char *format, va_list args);
         void *userdata;
 };