summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--librpc/ndr/uuid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/librpc/ndr/uuid.c b/librpc/ndr/uuid.c
index 2b47246806..004a8d35cc 100644
--- a/librpc/ndr/uuid.c
+++ b/librpc/ndr/uuid.c
@@ -129,7 +129,6 @@ _PUBLIC_ NTSTATUS GUID_from_string(const char *s, struct GUID *guid)
{
DATA_BLOB blob = data_blob_string_const(s);
return GUID_from_data_blob(&blob, guid);
- return NT_STATUS_OK;
}
/**