1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0023259: MSVC: C4101 warning - unreferenced local variable

Removed unreferenced variables
This commit is contained in:
Pawel
2012-07-11 14:11:56 +02:00
committed by Pawel Kowalski
parent 8ec3edb0c5
commit 575aec54df
3 changed files with 3 additions and 4 deletions

View File

@@ -780,7 +780,7 @@ void IntTools_FaceFace::SetList(IntSurf_ListOfPntOn2S& aListOfPnts)
//ZZ
if (aNbLin) {// Check the distances
Standard_Integer i, aNbP, j ;
Standard_Real aT, aT1, aT2, dT, aD2, aD2Max, aEps, aT11, aT12;
Standard_Real aT1, aT2, dT, aD2, aD2Max, aEps, aT11, aT12;
//
aD2Max=0.;
aNbLin=mySeqOfCurve.Length();