remove unwanted code

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-03-30 17:03:56 +02:00
parent dc439c8327
commit faba5c47bf
1 changed files with 0 additions and 1 deletions

View File

@ -301,7 +301,6 @@ impl PerpAccountMap {
pub fn new() -> Self {
Self {
values: [PerpAccount::default(); MAX_PERP_OPEN_ORDERS],
..Default::default()
}
}