mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
do not add them.
This commit is contained in:
parent
e3e45fd5fe
commit
0024353521
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ public class VariableManager extends SessionObject implements ICDIVariableManage
|
|||
obj.getPosition(),
|
||||
obj.getStackDepth());
|
||||
vo.setCastingArrayStart(obj.getCastingArrayStart() + start);
|
||||
vo.setCastingArrayEnd(obj.getCastingArrayEnd() + length);
|
||||
vo.setCastingArrayEnd(length);
|
||||
return vo;
|
||||
}
|
||||
throw new CDIException("Unknown variable object");
|
||||
|
|
Loading…
Add table
Reference in a new issue