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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user