Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
From Nick Wellnhofer <wellnhofer@aevum.de>: Remove deprecated charset…
Browse files Browse the repository at this point in the history
… ops
  • Loading branch information
pmichaud committed Oct 27, 2010
1 parent f59925c commit d2d1682
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/cheats/hll-compiler.pir
Expand Up @@ -17,15 +17,6 @@
tcode_loop:
unless tcode_it goto transcode_done
tcode = shift tcode_it
push_eh tcode_enc
$I0 = find_charset tcode
$S0 = source
$S0 = trans_charset $S0, $I0
assign source, $S0
pop_eh
goto transcode_done
tcode_enc:
pop_eh
push_eh tcode_fail
$I0 = find_encoding tcode
$S0 = source
Expand Down

0 comments on commit d2d1682

Please sign in to comment.