aboutsummaryrefslogtreecommitdiff
path: root/tccpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccpp.c')
-rw-r--r--tccpp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tccpp.c b/tccpp.c
index 024f9de..b8453da 100644
--- a/tccpp.c
+++ b/tccpp.c
@@ -464,9 +464,6 @@ ST_FUNC const char *get_tok_str(int v, CValue *cv)
switch(v) {
case TOK_CINT:
case TOK_CUINT:
- /* XXX: not quite exact, but only useful for testing */
- sprintf(p, "%llu", (unsigned long long)cv->i);
- break;
case TOK_CLLONG:
case TOK_CULLONG:
/* XXX: not quite exact, but only useful for testing */