]> git.meshlink.io Git - catta/blobdiff - avahi-compat-howl/unsupported.c
Add init script support for fedora from Alexander Larsson
[catta] / avahi-compat-howl / unsupported.c
index fd1039d10610346b57f96a9a6cc998f935d78440..09baf137d0b44e82f85e45a6f524f29f6452ef00 100644 (file)
@@ -190,17 +190,6 @@ sw_result sw_salt_unregister_signal(
     return SW_E_NO_IMPL;
 }
 
-sw_result sw_salt_lock(sw_salt self) {
-    AVAHI_WARN_UNSUPPORTED;
-    return SW_E_NO_IMPL;
-}
-
-sw_result sw_salt_unlock(sw_salt self) {
-    AVAHI_WARN_UNSUPPORTED;
-    return SW_E_NO_IMPL;
-}
-
-
 void sw_print_assert(
     int code,
     sw_const_string assert_string,