Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Toss a bunch of legacy package installations that we no longer need (…
…this means that all type lookups are certainly working through the new packages).
  • Loading branch information
jnthn committed Apr 27, 2011
1 parent 835b51e commit 177dadd
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/HLL/SerializationContextBuilder.pm
Expand Up @@ -226,19 +226,6 @@ class HLL::Compiler::SerializationContextBuilder {
),
self.get_slot_past_for_object($obj)
)));

# XXX Need legacy namespace installation too, during migration.
self.add_event(:deserialize_past(
PAST::Op.new(
:pasttype('bind'),
PAST::Var.new( :name($name), :namespace(@sym), :scope('package') ),
self.get_slot_past_for_object($obj)
)),
:fixup_past(PAST::Op.new(
:pasttype('bind'),
PAST::Var.new( :name($name), :namespace(@sym), :scope('package') ),
self.get_slot_past_for_object($obj)
)));
}

# Installs a lexical symbol. Takes a PAST::Block object, name and
Expand Down

0 comments on commit 177dadd

Please sign in to comment.