remove constants

This commit is contained in:
Armani Ferrante 2022-02-14 10:59:57 -05:00
parent cb8584c015
commit ecad170937
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
1 changed files with 0 additions and 7 deletions

View File

@ -26,13 +26,6 @@ pub(crate) mod hash;
pub mod idl;
pub mod parser;
// Layout indices.
pub const LAYOUT_VERSION: u8 = 0;
pub const LAYOUT_VERSION_INDEX: u8 = 0;
pub const LAYOUT_BUMP_INDEX: u8 = 1;
pub const LAYOUT_DISCRIMINATOR_INDEX: u8 = 2;
pub const LAYOUT_UNUSED_INDEX: u8 = 6;
#[derive(Debug)]
pub struct Program {
pub state: Option<State>,