1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 22:35:43 +02:00

Turn off tracing of binding resolution.

This commit is contained in:
Markus Schorn 2008-05-21 07:56:18 +00:00
parent 17ed4692de
commit 29ab26de00

View file

@ -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) {