From e748b53e4343fbac00a19e8fc76b42624eb5af02 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 27 Dec 2005 16:47:09 +0000 Subject: r12513: Similar change as my previous commit, but now for transfer syntaxes. Avoids converting a static string to GUID every time we check whether a transfer syntax is equal to that of NDR. (This used to be commit 8dcfcaf75ab8cf4a54cf5e56f6be25acc68e3989) --- source4/librpc/idl/epmapper.idl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source4/librpc/idl/epmapper.idl') diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index af0bd2483d..223883c366 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -33,12 +33,6 @@ interface epmapper const int EPMAPPER_STATUS_OK = 0; - /* this guid indicates NDR encoding in a protocol tower */ - const string NDR_GUID = "8a885d04-1ceb-11c9-9fe8-08002b104860"; - const string NDR_GUID_VERSION = 2; - - const string NDR64_GUID = "71710533-beba-4937-8319-b5dbef9ccc36"; - const string NDR64_GUID_VERSION = 1; typedef [enum8bit] enum { -- cgit