Skip to content

Commit

Permalink
delete unneeded hardware int bit size determination code
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Jan 13, 2018
1 parent b4ec49d commit 0797837
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Perl6/Pod.nqp
Expand Up @@ -2,10 +2,6 @@ class Perl6::Pod {

# various helpers for Pod parsing and processing

# hardware int checks (from Actions.nqp):
my int $?BITS := nqp::isgt_i(nqp::add_i(2147483648, 1), 0) ?? 64 !! 32;
my $max-dec-intchars := $?BITS == 64 ?? 16 !! 9;

my $caption := ''; # var to save table caption values between
# subs make_config and table

Expand Down

0 comments on commit 0797837

Please sign in to comment.