Skip to content

Commit

Permalink
[Truffle] Remove duplication in pack parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed May 17, 2015
1 parent 9889853 commit 096b8a0
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -76,8 +76,6 @@ public PackNode parse(PackTokenizer tokenizer, boolean inParens) {
throw new UnsupportedOperationException("unbalanced parens");
}
case 'C':
node = writeInteger(8, nativeEndianness());
break;
case 'c':
node = writeInteger(8, nativeEndianness());
break;
Expand Down

0 comments on commit 096b8a0

Please sign in to comment.