Skip to content

Commit

Permalink
fix(validator): cleanup unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ogmedia committed Nov 15, 2022
1 parent de7f4fe commit aa189e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions programs/validator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ use squads_mpl::state::*;
use squads_mpl::errors::*;
pub mod state;

declare_id!("");
declare_id!("FnVHo2S6NxqaGT8buKCzxs8njaZEUkA9aRQNU87ASFyv");

#[program]
pub mod validator {
use anchor_lang::solana_program::{bpf_loader_upgradeable::upgrade};

use super::*;

Expand Down
3 changes: 1 addition & 2 deletions programs/validator/src/state/validator.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use anchor_lang::{prelude::*, solana_program::instruction::Instruction};
use anchor_lang::solana_program::borsh::get_instance_packed_len;
use anchor_lang::prelude::*;

#[account]
pub struct ValidatorManager {
Expand Down

0 comments on commit aa189e1

Please sign in to comment.