From 3ee6e40111cf262d291c7837aa3c693fefb73403 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Fri, 10 May 2013 14:58:37 +0200 Subject: Removed duplicate definitions of LMI_PhysicalMemory and LMI_PhysicalMemoryRealizes. --- mof/60_LMI_Hardware.mof | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof index cedad70..cba6459 100644 --- a/mof/60_LMI_Hardware.mof +++ b/mof/60_LMI_Hardware.mof @@ -206,36 +206,6 @@ class LMI_PhysicalMemoryRealizes: CIM_Realizes LMI_Memory REF Dependent; }; -[ Provider("cmpi:cmpiLMI_PhysicalMemory") ] -class LMI_PhysicalMemory: CIM_PhysicalMemory -{ -}; - -[ Provider("cmpi:cmpiLMI_PhysicalMemoryRealizes"), Association ] -class LMI_PhysicalMemoryRealizes: CIM_Realizes -{ - [Override("Antecedent")] - LMI_PhysicalMemory REF Antecedent; - - [Override("Dependent")] - LMI_Memory REF Dependent; -}; - -[ Provider("cmpi:cmpiLMI_PhysicalMemory") ] -class LMI_PhysicalMemory: CIM_PhysicalMemory -{ -}; - -[ Provider("cmpi:cmpiLMI_PhysicalMemoryRealizes"), Association ] -class LMI_PhysicalMemoryRealizes: CIM_Realizes -{ - [Override("Antecedent")] - LMI_PhysicalMemory REF Antecedent; - - [Override("Dependent")] - LMI_Memory REF Dependent; -}; - /****************************************************************************** * PCI Devices */ -- cgit