Skip to content

Commit

Permalink
Merge remote-tracking branch 'scrawl/unused'
Browse files Browse the repository at this point in the history
  • Loading branch information
zinnschlag committed Jan 5, 2015
2 parents e6be979 + d919a01 commit 365bb3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/compiler/generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,13 @@ namespace
code.push_back (Compiler::Generator::segment0 (2, offset));
}

/*
Currently unused
void opSkipOnZero (Compiler::Generator::CodeContainer& code)
{
code.push_back (Compiler::Generator::segment5 (24));
}
*/

void opSkipOnNonZero (Compiler::Generator::CodeContainer& code)
{
Expand Down

0 comments on commit 365bb3d

Please sign in to comment.