summaryrefslogtreecommitdiffstats
path: root/avahi-compat-howl/unsupported.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-compat-howl/unsupported.c')
-rw-r--r--avahi-compat-howl/unsupported.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/avahi-compat-howl/unsupported.c b/avahi-compat-howl/unsupported.c
index fd1039d..09baf13 100644
--- a/avahi-compat-howl/unsupported.c
+++ b/avahi-compat-howl/unsupported.c
@@ -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,