Remove duplicate line found by Xavier Sudre.

This commit is contained in:
david 2010-10-05 01:58:43 +00:00
parent a0285813fc
commit 7f6106bc6d

View file

@ -108,7 +108,6 @@ FingerPrintResults::FingerPrintResults() {
doesn't support maxOSTries() */
FPs = (FingerPrint **) safe_zalloc(MAX(o.maxOSTries(), 10) * sizeof(FingerPrint *));
maxTimingRatio = 0;
maxTimingRatio = 0;
numFPs = 0;
}