Skip to content

Commit

Permalink
Remove a flatten property fossil.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Feb 26, 2010
1 parent fad9447 commit 459e001
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/builtins/Parcel.pir
Expand Up @@ -164,7 +164,6 @@ in a list.
.local pmc eager, true
eager = new ['Parcel']
true = get_hll_global ['Bool'], 'True'
setprop eager, 'flatten', true
setprop eager, 'rw', true

.local pmc listiter
Expand Down Expand Up @@ -219,7 +218,6 @@ The canonical operator for creating a Parcel.
# treat parcel itself as rw (for list assignment)
$P0 = get_hll_global ['Bool'], 'True'
setprop parcel, 'rw', $P0
setprop parcel, 'flatten', $P0
.return (parcel)
.end

Expand Down

0 comments on commit 459e001

Please sign in to comment.