Skip to content

Commit 68aa467

Browse files
committed
Eliminate nqpattr cheat implementation.
With this, we're down to just 2 .pir non-generated .pir files in NQP.
1 parent 2957383 commit 68aa467

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

src/PASTRegex.pir

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
.end
3232

3333
.include 'src/cheats/parrot-callcontext.pir'
34-
.include 'src/cheats/parrot-sub.pir'
3534

3635
.sub '' :anon :load :init :outer('PAST_Outer') :subid('Imports')
3736
load_bytecode 'dumper.pbc'

src/cheats/parrot-sub.pir

Lines changed: 0 additions & 20 deletions
This file was deleted.

tools/build/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ OPS_DIR = src/ops
5555
PAST_SOURCES = \
5656
src/PASTRegex.pir \
5757
src/cheats/parrot-callcontext.pir \
58-
src/cheats/parrot-sub.pir \
5958

6059
HLL_SOURCES = \
6160
src/HLL/Grammar.pm \

0 commit comments

Comments
 (0)