1
0
Fork 0
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:
Mikhail Khodjaiants 2003-05-06 18:34:54 +00:00
parent 0f257f5573
commit f12c4032e8

View file

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