Skip to content

Commit

Permalink
get_hexvars not used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Matija Nalis committed Jul 12, 2014
1 parent bf2972a commit 232d20e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions raw4t_gp2_to_human.pl
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ ()
return $size; # if no special prefix for size, then it is our one-byte value!
}

# fills vars passed as reference with hex values of get_var()
sub get_hexvars {
foreach my $ref (@_) {
$ref = hex get_var();
}
}

# like hex(), but autodetect signed values
sub signhex($) {
my ($h) = @_;
Expand Down

0 comments on commit 232d20e

Please sign in to comment.