[board] Remove unused PlacedPiece::bitboard()
This commit is contained in:
		
							parent
							
								
									e56d256812
								
							
						
					
					
						commit
						64b47a8d70
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		| 
						 | 
					@ -207,11 +207,6 @@ impl PlacedPiece {
 | 
				
			||||||
    pub fn square(&self) -> Square {
 | 
					    pub fn square(&self) -> Square {
 | 
				
			||||||
        self.square
 | 
					        self.square
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					 | 
				
			||||||
    #[inline]
 | 
					 | 
				
			||||||
    pub(crate) fn bitboard(&self) -> BitBoard {
 | 
					 | 
				
			||||||
        self.square.into()
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#[cfg(test)]
 | 
					#[cfg(test)]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue