From a36a7f86136fd4281602256e97a6df057910d736 Mon Sep 17 00:00:00 2001 From: John Camelon Date: Fri, 14 Jan 2005 16:43:41 +0000 Subject: [PATCH] Warning. --- .../cdt/internal/core/parser/scanner2/LocationMap.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/LocationMap.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/LocationMap.java index c94018ff334..2106a4f91b1 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/LocationMap.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/LocationMap.java @@ -31,7 +31,7 @@ public class LocationMap implements ILocationResolver, IScannerPreprocessorLog { private static final IASTProblem[] EMPTY_PROBLEMS_ARRAY = new IASTProblem[0]; private static final IASTNodeLocation [] EMPTY_LOCATION_ARRAY = new IASTNodeLocation[0]; private char[] tu_filename = EMPTY_CHAR_ARRAY ; - private int finalOffset = 0; +// private int finalOffset = 0; /** * @@ -107,7 +107,7 @@ public class LocationMap implements ILocationResolver, IScannerPreprocessorLog { * @see org.eclipse.cdt.internal.core.parser.scanner2.IScannerPreprocessorLog#endTranslationUnit(int) */ public void endTranslationUnit(int offset) { - this.finalOffset = offset; +// this.finalOffset = offset; } /*