diff options
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/util/error.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcli/util/error.h b/libcli/util/error.h index 5a0027c2b6..771d7a661e 100644 --- a/libcli/util/error.h +++ b/libcli/util/error.h @@ -23,9 +23,6 @@ #include "libcli/util/doserr.h" #include "libcli/util/ntstatus.h" -/** NT error on DOS connection! (NT_STATUS_OK) */ -bool ntstatus_dos_equal(NTSTATUS status1, NTSTATUS status2); - /***************************************************************************** convert a NT status code to a dos class/code *****************************************************************************/ |