summaryrefslogtreecommitdiff
path: root/idlc/source/idlc.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2010-09-21 20:16:16 +0200
committerThorsten Behrens <thb@openoffice.org>2010-09-21 20:16:16 +0200
commitb12337c8ae206a5ed7fcf14727b0c2627a9a1731 (patch)
tree15946df0a64b59e388814dd12e7b5a79a53a1276 /idlc/source/idlc.cxx
parent9fdc831a2a743de3d0e2af443a01fcc1e385fa07 (diff)
Revert "idlc-error-offset.diff: Add character offset for idlc errors"
Breaks bison on OSX. This reverts commit 55c5db853fc0d96179874b4c01dba2774ecf5cd1.
Notes
Notes: split repo tag: ure_OOO_BUILD_3_2_99_0_PRE
Diffstat (limited to 'idlc/source/idlc.cxx')
-rw-r--r--idlc/source/idlc.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/idlc/source/idlc.cxx b/idlc/source/idlc.cxx
index f8317f3b55c0..1477739cd531 100644
--- a/idlc/source/idlc.cxx
+++ b/idlc/source/idlc.cxx
@@ -219,8 +219,6 @@ Idlc::Idlc(Options* pOptions)
, m_errorCount(0)
, m_warningCount(0)
, m_lineNumber(0)
- , m_offsetStart(0)
- , m_offsetEnd(0)
, m_parseState(PS_NoState)
{
m_pScopes = new AstStack();