aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/idl.txt
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-04-20 17:13:07 +0100
committerIan Campbell <ian.campbell@citrix.com>2011-04-20 17:13:07 +0100
commitca70c225c4f5c47fd1b5399140004999bc268365 (patch)
tree18b83369bce2b921f937ba1afb48fad3a6d732fb /tools/libxl/idl.txt
parent59f8f46a491c9bdc1ad3e0c5ae4f8b48068d13cd (diff)
downloadxen-ca70c225c4f5c47fd1b5399140004999bc268365.tar.gz
xen-ca70c225c4f5c47fd1b5399140004999bc268365.tar.bz2
xen-ca70c225c4f5c47fd1b5399140004999bc268365.zip
tools: libxl: remove Reference meta-type from IDL
It is tricky to map to language bindings and is now unused in any case. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson.citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/libxl/idl.txt')
-rw-r--r--tools/libxl/idl.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/libxl/idl.txt b/tools/libxl/idl.txt
index be835cd8f6..a1a3125cc4 100644
--- a/tools/libxl/idl.txt
+++ b/tools/libxl/idl.txt
@@ -64,13 +64,6 @@ libxltype.UInt
The <N> for a given instance must be passed to the constructor and is
then available in UInt.width
-libxltype.Reference
-
- Instances of this type represent a reference to another type
-
- The referant type must be passed to the constructor and is then
- available in Reference.ref_type
-
Complex type-Classes
--------------------