diff options
author | David Tardon <dtardon@redhat.com> | 2011-01-25 08:06:09 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-01-25 08:06:09 +0100 |
commit | d191369480dba43428df46010fa0a5257b133cc7 (patch) | |
tree | 0baa43d9bc547b03708b9f69654a63cc8ce558e6 /autodoc | |
parent | db5332593198663b4f4f19c014859d1347a30269 (diff) |
WaE: remove unused variable
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/display/idl/hfi_property.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autodoc/source/display/idl/hfi_property.cxx b/autodoc/source/display/idl/hfi_property.cxx index 4e7902a24810..f10e6694799c 100644 --- a/autodoc/source/display/idl/hfi_property.cxx +++ b/autodoc/source/display/idl/hfi_property.cxx @@ -329,7 +329,6 @@ HF_IdlCommentedRelationElement::produce_Summary( Environment & io_env, { csv_assert( i_commentedRef.Info() ); - const ary::idl::Type_id aType = i_commentedRef.Type(); const ce_info & rDocu = *i_commentedRef.Info(); bool bShort = NOT rDocu.Short().IsEmpty(); |