Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
600cdb3
)
Oops take out printf debug
author
Mark Slee
<mcslee@apache.org>
Wed, 29 Nov 2006 22:07:23 +0000
(22:07 +0000)
committer
Mark Slee
<mcslee@apache.org>
Wed, 29 Nov 2006 22:07:23 +0000
(22:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664884
13f79535
-47bb-0310-9956-
ffa450edef68
compiler/cpp/src/thrift.l
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/thrift.l
b/compiler/cpp/src/thrift.l
index
a353786
..
14a9e4b
100644
(file)
--- a/
compiler/cpp/src/thrift.l
+++ b/
compiler/cpp/src/thrift.l
@@
-83,7
+83,6
@@
sliteral ("'"[^']*"'")
{hexconstant} {
sscanf(yytext+2, "%x", &yylval.iconst);
- printf("%d\n", yylval.iconst);
return tok_int_constant;
}