diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-30 16:24:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-30 16:33:30 +0100 |
commit | 299036996af6ae8897b1f2e07bbab7074955dfe8 (patch) | |
tree | 6e268c65269a36c0d74bceb214782672b3ded214 /idlc/inc | |
parent | 81b959dd976d4caf8a5be9ef7e9cc343ab2f6289 (diff) |
[oneway] removal cleanup
Change-Id: I1d60bb4042753bd18475166054ad57dceb2fc97d
Diffstat (limited to 'idlc/inc')
-rw-r--r-- | idlc/inc/idlc/astoperation.hxx | 2 | ||||
-rw-r--r-- | idlc/inc/idlc/errorhandler.hxx | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/idlc/inc/idlc/astoperation.hxx b/idlc/inc/idlc/astoperation.hxx index 304113c9a495..90ea5c9c918a 100644 --- a/idlc/inc/idlc/astoperation.hxx +++ b/idlc/inc/idlc/astoperation.hxx @@ -24,8 +24,6 @@ namespace typereg { class Writer; } -#define OP_NONE 0x0000 - class AstType; class AstOperation : public AstDeclaration diff --git a/idlc/inc/idlc/errorhandler.hxx b/idlc/inc/idlc/errorhandler.hxx index 978003fe7667..0853bb1545f9 100644 --- a/idlc/inc/idlc/errorhandler.hxx +++ b/idlc/inc/idlc/errorhandler.hxx @@ -36,7 +36,6 @@ enum ErrorCode EIDL_MULTIPLE_BRANCH, // More than one union branch with this label EIDL_COERCION_FAILURE, // Coercion failure EIDL_SCOPE_CONFLICT, // Between fwd declare and full declare - EIDL_ONEWAY_CONFLICT, // Between op decl and argument direction EIDL_DISC_TYPE, // Illegal discriminator type in union EIDL_LABEL_TYPE, // Mismatch with discriminator type in union EIDL_ILLEGAL_ADD, // Illegal add action @@ -54,13 +53,11 @@ enum ErrorCode EIDL_DECL_NOT_DEFINED, // Forward declared but never defined EIDL_FWD_DECL_LOOKUP, // Tried to lookup in fwd declared intf EIDL_RECURSIVE_TYPE, // Illegal recursive use of type - EIDL_NONVOID_ONEWAY, // Non-void return type in oneway operation EIDL_NOT_A_TYPE, // Not a type EIDL_TYPE_NOT_VALID, // Type is not valid in this context EIDL_INTERFACEMEMBER_LOOKUP, // interface is not defined or a fwd declaration not exists EIDL_SERVICEMEMBER_LOOKUP, EIDL_TYPE_IDENT_CONFLICT, // type and identifier has equal names - EIDL_ONEWAY_RAISE_CONFLICT, // oneway function raised excpetion conflict EIDL_WRONGATTRIBUTEFLAG, EIDL_DEFINED_ATTRIBUTEFLAG, EIDL_WRONGATTRIBUTEKEYWORD, |