]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
Remove attribute from interface for now
authorAlex Brett <alex.brett@citrix.com>
Thu, 12 Nov 2015 17:21:13 +0000 (17:21 +0000)
committerAlex Brett <alex.brett@citrix.com>
Thu, 12 Nov 2015 17:21:13 +0000 (17:21 +0000)
exec/xenrt/interfaces.py

index 983d49533a25a271343ae2c531cf7326a9ba811d..fa5e27f50cb7d2ffe0e3eefe0f66d12ad7167c75 100644 (file)
@@ -130,8 +130,6 @@ class OS(Interface):
 
     tcpCommunicationPorts = Attribute("TCP Ports needed for inbound communication, of type {name:port}")
 
-    visibleMemory = Attribute("Memory visible to the guest OS in MB")
-
     def knownDistro(distro):
         """Determine if the given distro is known to this library"""