summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-05-10 14:58:37 +0200
committerJan Safranek <jsafrane@redhat.com>2013-05-10 14:58:37 +0200
commit3ee6e40111cf262d291c7837aa3c693fefb73403 (patch)
tree712121194d56f7774050e2e453c97ae16352bbe9
parent53aed1bf202d69b1ed717dc707c75533c73a06a6 (diff)
downloadopenlmi-providers-3ee6e40111cf262d291c7837aa3c693fefb73403.tar.gz
openlmi-providers-3ee6e40111cf262d291c7837aa3c693fefb73403.tar.xz
openlmi-providers-3ee6e40111cf262d291c7837aa3c693fefb73403.zip
Removed duplicate definitions of LMI_PhysicalMemory and LMI_PhysicalMemoryRealizes.
-rw-r--r--mof/60_LMI_Hardware.mof30
1 files changed, 0 insertions, 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
*/