Skip to content

Commit 030b1b3

Browse files
committed
Unused var
1 parent f3daa3d commit 030b1b3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

SU2_CFD/src/drivers/CDriver.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2618,12 +2618,8 @@ void CDriver::PreprocessOutput(CConfig **config, CConfig *driver_config, COutput
26182618
void CDriver::PreprocessTurboVertex(CConfig** config, CGeometry**** geometry, CSolver***** solver,
26192619
CInterface*** interface, CIteration*** iteration, bool dummy){
26202620

2621-
unsigned short donorZone,targetZone, nMarkerInt, iMarkerInt;
26222621
unsigned short nSpanMax = 0;
2623-
bool restart = (config[ZONE_0]->GetRestart() || config[ZONE_0]->GetRestart_Flow());
26242622
mixingplane = config[ZONE_0]->GetBoolMixingPlaneInterface();
2625-
bool discrete_adjoint = config[ZONE_0]->GetDiscrete_Adjoint();
2626-
su2double areaIn, areaOut, nBlades, flowAngleIn, flowAngleOut;
26272623

26282624
/*--- Create turbovertex structure ---*/
26292625
if (rank == MASTER_NODE) cout<<endl<<"Initialize Turbo Vertex Structure." << endl;

0 commit comments

Comments
 (0)