Skip to content

Commit

Permalink
Remove unused constants
Browse files Browse the repository at this point in the history
These are handled by the `HduType` enum
  • Loading branch information
simonrw committed Jun 6, 2016
1 parent 6cecf6a commit 00ffbb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/raw/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ extern crate libc;
use self::libc::*;

pub static MAX_VALUE_LENGTH: usize = 71;
pub static IMAGE_HDU: usize = 0;
pub static ASCII_TBL: usize = 1;
pub static BINARY_TBL: usize = 2;

pub type LONGLONG = c_longlong;

Expand Down

0 comments on commit 00ffbb1

Please sign in to comment.