Skip to content

Commit

Permalink
Kill a harmless dead store
Browse files Browse the repository at this point in the history
Just because clang's scan-build complained about it.
  • Loading branch information
pdewacht committed Jul 7, 2014
1 parent c3999ac commit 19edb17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/brdecode.cc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ bool read_page() {
line.clear();
while ((ch = getc(in_file)) >= 0) {
if (ch == '\f') {
in_esc = false;
break;
} else if (ch == 033) {
in_esc = true;
Expand Down

0 comments on commit 19edb17

Please sign in to comment.