chiark / gitweb /
udev: builtin-hwdb - port to sd-hwdb
[elogind.git] / src / libudev / libudev-hwdb.c
index 2e198f20499aa27bd88fb204ff12212e34e094d7..98951fb85b907aaeac22c131a9e10e1169241ced 100644 (file)
@@ -110,13 +110,6 @@ _public_ struct udev_hwdb *udev_hwdb_unref(struct udev_hwdb *hwdb) {
         return NULL;
 }
 
         return NULL;
 }
 
-bool udev_hwdb_validate(struct udev_hwdb *hwdb) {
-        if (!hwdb)
-                return false;
-
-        return hwdb_validate(hwdb->hwdb);
-}
-
 /**
  * udev_hwdb_get_properties_list_entry:
  * @hwdb: context
 /**
  * udev_hwdb_get_properties_list_entry:
  * @hwdb: context