mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Removed unused constructor.
This commit is contained in:
parent
0f257f5573
commit
f12c4032e8
1 changed files with 0 additions and 9 deletions
|
@ -83,15 +83,6 @@ public abstract class CVariable extends CDebugElement
|
|||
*/
|
||||
private int fFormat = ICDIFormat.NATURAL;
|
||||
|
||||
/**
|
||||
* @param target
|
||||
*/
|
||||
public CVariable(CDebugTarget target)
|
||||
{
|
||||
super(target);
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructor for CVariable.
|
||||
* @param target
|
||||
|
|
Loading…
Add table
Reference in a new issue