summaryrefslogtreecommitdiffstats
path: root/idlc/source/errorhandler.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-16 09:51:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-16 12:42:04 +0200
commit63e0ffab01317210424023d70b49014e1ebe6e29 (patch)
treeef24bfc5cf1ab113246895e523dc24f6d68bca55 /idlc/source/errorhandler.cxx
parenthazard a de->en translation (diff)
downloadcore-63e0ffab01317210424023d70b49014e1ebe6e29.tar.gz
core-63e0ffab01317210424023d70b49014e1ebe6e29.zip
remove unused PS_OpCompleted from ParseState enum
Change-Id: I3a738e464051d0b810553bc62c8465d37505bc3c
Diffstat (limited to 'idlc/source/errorhandler.cxx')
-rw-r--r--idlc/source/errorhandler.cxx2
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: