Kaydet (Commit) 35579b7f authored tarafından Pierre-André Jacquod's avatar Pierre-André Jacquod

cppcheck: deleted unread Var in autodoc, hdimpl.cxx

üst 31361202
...@@ -226,12 +226,11 @@ Get_LinkedTypeText( csi::xml::Element & o_rOut, ...@@ -226,12 +226,11 @@ Get_LinkedTypeText( csi::xml::Element & o_rOut,
const char * sName = ""; const char * sName = "";
const char * sPostName = ""; const char * sPostName = "";
bool bTypeExists = Get_TypeText( sPreName, if ( NOT Get_TypeText( sPreName,
sName, sName,
sPostName, sPostName,
i_nId, i_nId,
i_rEnv.Gate() ); i_rEnv.Gate() ) )
if ( NOT bTypeExists )
return; return;
if ( NOT i_bWithAbsolutifier AND strncmp(sPreName,"::",2) == 0 ) if ( NOT i_bWithAbsolutifier AND strncmp(sPreName,"::",2) == 0 )
......
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