Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Eliminate nqpattr cheat implementation.
With this, we're down to just 2 .pir non-generated .pir files in NQP.
  • Loading branch information
jnthn committed Oct 21, 2012
1 parent 2957383 commit 68aa467
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion src/PASTRegex.pir
Expand Up @@ -31,7 +31,6 @@
.end

.include 'src/cheats/parrot-callcontext.pir'
.include 'src/cheats/parrot-sub.pir'

.sub '' :anon :load :init :outer('PAST_Outer') :subid('Imports')
load_bytecode 'dumper.pbc'
Expand Down
20 changes: 0 additions & 20 deletions src/cheats/parrot-sub.pir

This file was deleted.

1 change: 0 additions & 1 deletion tools/build/Makefile.in
Expand Up @@ -55,7 +55,6 @@ OPS_DIR = src/ops
PAST_SOURCES = \
src/PASTRegex.pir \
src/cheats/parrot-callcontext.pir \
src/cheats/parrot-sub.pir \

HLL_SOURCES = \
src/HLL/Grammar.pm \
Expand Down

0 comments on commit 68aa467

Please sign in to comment.