mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Remove unecessary comment.
This commit is contained in:
parent
3718bc6b54
commit
b2b6e21843
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ public class Value extends CObject implements ICDIValue {
|
|||
MIVar[] vars = info.getMIVars();
|
||||
variables = new Variable[vars.length];
|
||||
for (int i = 0; i < vars.length; i++) {
|
||||
//variables[i] = new Variable(variable.getStackFrame(), vars[i].getExp(), vars[i]);
|
||||
variables[i] = mgr.createVariable(variable.getStackFrame(),
|
||||
vars[i].getExp(), vars[i]);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue