From cad704e8368f6aba28889966a7382afc8b738928 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 4 May 2011 17:00:23 +1000 Subject: errors: Remove unused unix_to_werror() --- libcli/util/error.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libcli/util') diff --git a/libcli/util/error.h b/libcli/util/error.h index 7b7de6c4f0..5a0027c2b6 100644 --- a/libcli/util/error.h +++ b/libcli/util/error.h @@ -46,11 +46,6 @@ WERROR ntstatus_to_werror(NTSTATUS error); *********************************************************************/ NTSTATUS map_nt_error_from_unix(int unix_error); -/********************************************************************* -convert a Unix error code to a WERROR -*********************************************************************/ -WERROR unix_to_werror(int unix_error); - NTSTATUS nt_status_squash(NTSTATUS nt_status); #endif /* _SAMBA_ERROR_H */ -- cgit