]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
xen/public: remove some unused defines from xs_wire.h
authorJuergen Gross <jgross@suse.com>
Thu, 6 Mar 2025 13:03:37 +0000 (14:03 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 6 Mar 2025 13:03:37 +0000 (14:03 +0100)
xs_wire.h contains some defines XS_WRITE_* which seem to be leftovers
from some decades ago. They haven't been used in the Xen tree since at
least Xen 2.0 and they make no sense anyway.

Remove them, as they seem not to be related to any Xen interface we
have today.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/public/io/xs_wire.h

index 04e6849feb18f122633a5a7442806934e223c5f5..0d9f49ac894d7dcf3fc09fd4e4fd431925d56621 100644 (file)
@@ -41,10 +41,6 @@ enum xsd_sockmsg_type
     XS_INVALID = 0xffff /* Guaranteed to remain an invalid type */
 };
 
-#define XS_WRITE_NONE "NONE"
-#define XS_WRITE_CREATE "CREATE"
-#define XS_WRITE_CREATE_EXCL "CREATE|EXCL"
-
 /* We hand errors as strings, for portability. */
 struct xsd_errors
 {