summaryrefslogtreecommitdiff
path: root/idlc/Executable_idlc.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-30 17:53:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-30 17:53:45 +0100
commit8e71d9400bd350d63723c5489ddaadb3d3610baf (patch)
tree51ec29e538c6ea301faef5125421101ddf47461c /idlc/Executable_idlc.mk
parenta0bd814fb5c2ed1d8a1583eb59c783290c7c3dc9 (diff)
Remove UNOIDL "array" and "union" vaporware from idlc
Change-Id: Iccd5a78b54620796cfde672388b70ad97d17b7a5
Diffstat (limited to 'idlc/Executable_idlc.mk')
-rw-r--r--idlc/Executable_idlc.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/idlc/Executable_idlc.mk b/idlc/Executable_idlc.mk
index 2eaa30cd9f01..1ddc72a470b9 100644
--- a/idlc/Executable_idlc.mk
+++ b/idlc/Executable_idlc.mk
@@ -58,8 +58,6 @@ $(eval $(call gb_Executable_add_exception_objects,idlc,\
idlc/source/astoperation \
idlc/source/astconstant \
idlc/source/astenum \
- idlc/source/astarray \
- idlc/source/astunion \
idlc/source/astexpression \
idlc/source/astservice \
))