From 40a4dd286278aa1eeb609adccfee4ae13ca1ca08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= Date: Wed, 7 Oct 2020 19:23:33 +0200 Subject: spoolss.idl: remove obviously bogous PROCESSOR_ARM 0 define MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjoern Jacke Reviewed-by: Jeremy Allison Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Sat Oct 17 10:46:12 UTC 2020 on sn-devel-184 --- librpc/idl/spoolss.idl | 1 - 1 file changed, 1 deletion(-) (limited to 'librpc') diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index c82c3901f81..9569af07bb8 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -53,7 +53,6 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor") } spoolss_ProcessorArchitecture; typedef [v1_enum] enum { - PROCESSOR_ARM = 0x00000000, PROCESSOR_INTEL_386 = 0x00000182, /* 386 */ PROCESSOR_INTEL_486 = 0x000001E6, /* 486 */ PROCESSOR_INTEL_PENTIUM = 0x0000024A, /* 586 */ -- cgit v1.2.1