mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	mores unused statements removed
This commit is contained in:
		@@ -237,9 +237,6 @@ void copyLane(vobjOut & __restrict__ vecOut, int lane_out, const vobjIn & __rest
 | 
				
			|||||||
  typedef oextract_type * opointer;
 | 
					  typedef oextract_type * opointer;
 | 
				
			||||||
  typedef iextract_type * ipointer;
 | 
					  typedef iextract_type * ipointer;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  constexpr int oNsimd=ovector_type::Nsimd();
 | 
					 | 
				
			||||||
  constexpr int iNsimd=ivector_type::Nsimd();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  iscalar_type itmp;
 | 
					  iscalar_type itmp;
 | 
				
			||||||
  oscalar_type otmp;
 | 
					  oscalar_type otmp;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -329,7 +329,6 @@ int main(int argc, char **argv) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    auto grid4= GridPtr;
 | 
					    auto grid4= GridPtr;
 | 
				
			||||||
    auto rbgrid4= GridRBPtr;
 | 
					 | 
				
			||||||
    auto rbgrid = StrangeOp.FermionRedBlackGrid();
 | 
					    auto rbgrid = StrangeOp.FermionRedBlackGrid();
 | 
				
			||||||
    auto grid = StrangeOp.FermionGrid();
 | 
					    auto grid = StrangeOp.FermionGrid();
 | 
				
			||||||
    if(1){
 | 
					    if(1){
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user