Skip to content

Commit

Permalink
Charset is gone.
Browse files Browse the repository at this point in the history
Handling of strings require major rehaul.
  • Loading branch information
bacek committed Jan 6, 2011
1 parent 902650c commit 10601f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/POST/Compiler.pm
Expand Up @@ -383,7 +383,6 @@ our multi method to_op(POST::String $str, %context) {
bb = s
};
$idx := %context<constants>.get_or_create_string($bb.get_string(
$str.charset,
$str.encoding,
));
}
Expand Down

0 comments on commit 10601f1

Please sign in to comment.