summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-05-10 17:19:42 +0200
committerMichal Minar <miminar@redhat.com>2013-05-10 17:19:42 +0200
commit9a690650d5ba4cdf432091c4a095452cfa4faa37 (patch)
tree5a47392c77d1d04151451c290ac8cf4921c64126
parent8e570d50e40470a9a8774924b065451d925fac22 (diff)
parent3ee6e40111cf262d291c7837aa3c693fefb73403 (diff)
downloadopenlmi-providers-0.0.22.tar.gz
openlmi-providers-0.0.22.tar.xz
openlmi-providers-0.0.22.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providers0.0.22
-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
*/