Kaydet (Commit) ea6eae7a authored tarafından Thomas Arnhold's avatar Thomas Arnhold

cppcheck: Variable 'dChildIndex,...' is assigned a value that is never used

Change-Id: Ifa4ea7faa4bcf6580f10c8ece15a01d72f2903f3
üst 8d52cd0b
...@@ -1421,8 +1421,6 @@ STDMETHODIMP CMAccessible::NotifyDestroy(BOOL isDestroy) ...@@ -1421,8 +1421,6 @@ STDMETHODIMP CMAccessible::NotifyDestroy(BOOL isDestroy)
*/ */
IMAccessible* CMAccessible::GetChildInterface(long dChildID)//for test IMAccessible* CMAccessible::GetChildInterface(long dChildID)//for test
{ {
long dChildIndex = 0;
if(dChildID<0) if(dChildID<0)
{ {
if(g_pAgent) if(g_pAgent)
...@@ -1756,7 +1754,6 @@ STDMETHODIMP CMAccessible::get_relation( long relationIndex, IAccessibleRelation ...@@ -1756,7 +1754,6 @@ STDMETHODIMP CMAccessible::get_relation( long relationIndex, IAccessibleRelation
long nMax = 0; long nMax = 0;
long nReal = 0;
get_nRelations(&nMax); get_nRelations(&nMax);
*relation = (IAccessibleRelation*)::CoTaskMemAlloc(sizeof(IAccessibleRelation)); *relation = (IAccessibleRelation*)::CoTaskMemAlloc(sizeof(IAccessibleRelation));
...@@ -2006,7 +2003,6 @@ STDMETHODIMP CMAccessible:: get_groupPosition(long __RPC_FAR *groupLevel,long __ ...@@ -2006,7 +2003,6 @@ STDMETHODIMP CMAccessible:: get_groupPosition(long __RPC_FAR *groupLevel,long __
if(accRelation.RelationType == 7) if(accRelation.RelationType == 7)
{ {
Sequence< Reference< XInterface > > xTargets = accRelation.TargetSet; Sequence< Reference< XInterface > > xTargets = accRelation.TargetSet;
int nCount = xTargets.getLength();
Reference<XInterface> pRAcc = xTargets[0]; Reference<XInterface> pRAcc = xTargets[0];
for(int j=0; j<pRParentContext->getAccessibleChildCount(); j++) for(int j=0; j<pRParentContext->getAccessibleChildCount(); j++)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment