diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-16 09:51:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-16 12:42:04 +0200 |
commit | 63e0ffab01317210424023d70b49014e1ebe6e29 (patch) | |
tree | ef24bfc5cf1ab113246895e523dc24f6d68bca55 /idlc/source | |
parent | 3a3f223f5a931680fb0543ee732dd5e800d6850b (diff) |
remove unused PS_OpCompleted from ParseState enum
Change-Id: I3a738e464051d0b810553bc62c8465d37505bc3c
Diffstat (limited to 'idlc/source')
-rw-r--r-- | idlc/source/errorhandler.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/idlc/source/errorhandler.cxx b/idlc/source/errorhandler.cxx index ed8f0cbd0801..3b4dfbaf864a 100644 --- a/idlc/source/errorhandler.cxx +++ b/idlc/source/errorhandler.cxx @@ -351,8 +351,6 @@ static const sal_Char* parseStateToMessage(ParseState state) return "Illegal syntax or missing '(' after operation identifier"; case PS_OpParsCompleted: return "Illegal syntax after operation parameter list"; - case PS_OpCompleted: - return "Illegal syntax after operation declaration"; case PS_OpSqSeen: return "Illegal syntax after operation parameter list '(' opener"; case PS_OpQsSeen: |