mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
Revert "Added stack trace to diagnostic messages."
This reverts commit 5f1c234b77
.
Change-Id: Ic821628d828ca3b9eeed1a723f97b48a17767419
This commit is contained in:
parent
5f1c234b77
commit
0b6dfff78c
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ public class ASTInternal {
|
|||
if (binding instanceof ICInternalBinding) {
|
||||
return ((ICInternalBinding) binding).getDefinition();
|
||||
}
|
||||
CCorePlugin.log(new Exception("ASTInternal.getDefinitionOfBinding() called for binding of type " + //$NON-NLS-1$
|
||||
binding.getClass().getName()));
|
||||
CCorePlugin.log("ASTInternal.getDefinitionOfBinding() called for binding of type " + //$NON-NLS-1$
|
||||
binding.getClass().getName());
|
||||
assert false;
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue