Skip to content

Commit

Permalink
WAGE: Remove snprintf() instance. Unused anyway.
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
  • Loading branch information
digitall authored and sev- committed Dec 27, 2015
1 parent af8fb35 commit 684d5bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engines/wage/script.h
Expand Up @@ -111,9 +111,7 @@ class Script {
}

Operand(int value, OperandTypes type) {
char buf[30];
_value.number = value;
snprintf(buf, 30, "%d", value);
_str = value;
_type = type;
}
Expand Down

0 comments on commit 684d5bf

Please sign in to comment.