Skip to content

Commit

Permalink
C backend: Remove some unused variables from exprNewVREG()
Browse files Browse the repository at this point in the history
  • Loading branch information
dkl committed Sep 17, 2014
1 parent 45a28c2 commit 34138e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/compiler/ir-hlc.bas
Original file line number Diff line number Diff line change
Expand Up @@ -2422,7 +2422,6 @@ private function exprNewVREG _

dim as EXPRNODE ptr l = any
dim as integer dtype = any, have_offset = any
dim as FBSYMBOL ptr subtype = any

select case as const( vreg->typ )
case IR_VREGTYPE_VAR, IR_VREGTYPE_IDX, IR_VREGTYPE_PTR
Expand Down Expand Up @@ -2549,8 +2548,6 @@ private function exprNewVREG _
l = exprNewOFFSET( vreg->sym, vreg->ofs )

case IR_VREGTYPE_IMM
static as string s

'' An immediate -- a constant value
'' The integer literal can be emitted as 32bit or 64bit,
'' signed or unsigned, and afterwards it should be cast to the
Expand Down

0 comments on commit 34138e5

Please sign in to comment.