On 05/20/10 10:08, Thorsten Behrens wrote:
Camille Moulin wrote://UNUSED2009-05 void ScDocument::SetPrintRange( SCTAB nTab, const ScRange& rNew ) //UNUSED2009-05 { //UNUSED2009-05 if (ValidTab(nTab) && pTab[nTab]) //UNUSED2009-05 pTab[nTab]->SetPrintRange( rNew ); //UNUSED2009-05 }Ugh. Why are we still doing _this_ kind of thing? Surely this can be retrieved from the $DSCM? For git, the 'pickaxe' is the tool du jour to find commits adding or removing (patterns of) code.
This was done for the output of Caolan's callcatcher runs. It's a compromise between not including the unused code, and not blindly removing it without understanding why it was there in the first place.
Niklas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
