From 29ab26de00e411148b0586cdf47fbf54ad5e0042 Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Wed, 21 May 2008 07:56:18 +0000 Subject: [PATCH] Turn off tracing of binding resolution. --- .../internal/core/dom/parser/cpp/semantics/CPPSemantics.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPSemantics.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPSemantics.java index 05f995e262e..451c8015d5c 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPSemantics.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPSemantics.java @@ -159,7 +159,7 @@ public class CPPSemantics { public static final IType VOID_TYPE = new CPPBasicType(IBasicType.t_void, 0); // Set to true for debugging. - public static boolean traceBindingResolution = true; + public static boolean traceBindingResolution = false; static protected IBinding resolveBinding(IASTName name) { if (traceBindingResolution) {