Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Mar 9, 2015
1 parent a872dfb commit 58f8198
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/metautils/src/TClassEdit.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,8 @@ void TClassEdit::TSplitType::ShortType(std::string &answ, int mode)
}
}

bool hashRemoved = false;

if ( predRemoved && (mode & kDropStlDefault) && narg == iall) { // remove default hash
if ( IsDefHash( fElements[iall-1].c_str(), fElements[1].c_str() ) ) {
hashRemoved = true;
narg--;
}
}
Expand Down

0 comments on commit 58f8198

Please sign in to comment.