mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Just removed a few comments that should have been taken out before I reconciled before. This is just a continuation of the previous defect.
Randy
This commit is contained in:
parent
c567450356
commit
51cf30f09d
1 changed files with 0 additions and 2 deletions
|
@ -904,8 +904,6 @@ public class FindReplaceDialog extends SelectionDialog
|
|||
|
||||
final BigInteger searchPhraseLength = BigInteger.valueOf(searchPhrase.getByteLength());
|
||||
BigInteger range = start.subtract(end);
|
||||
//BigInteger range = searchForward ? end.subtract(start) : start.subtract(end);
|
||||
//BigInteger currentPosition = start;
|
||||
BigInteger currentPosition = searchForward ? start : end.subtract(searchPhraseLength);
|
||||
|
||||
if ( range.compareTo(searchPhraseLength) >= 0 ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue