Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove LexPad type in favor of a simple Hash.
  • Loading branch information
pmichaud committed Jul 16, 2010
1 parent d51e99a commit f3d9ab2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.
1 change: 0 additions & 1 deletion build/Makefile.in
Expand Up @@ -229,7 +229,6 @@ CORE_SOURCES = \
src/core/Match.pm \
src/core/Attribute.pm \
src/core/CallFrame.pm \
src/core/LexPad.pm \
src/core/Capture.pm \
src/core/MAIN.pm \
src/core/YOU_ARE_HERE.pm \
Expand Down
2 changes: 1 addition & 1 deletion src/core/CallFrame.pm
Expand Up @@ -43,7 +43,7 @@ class CallFrame {

%r = interp["lexpad"; level]
};
::LexPad.new(parrot_lexpad => $pad);
CREATE_HASH_FROM_LOW_LEVEL $pad;
}
}

Expand Down
40 changes: 0 additions & 40 deletions src/core/LexPad.pm

This file was deleted.

0 comments on commit f3d9ab2

Please sign in to comment.