Bug 757 – Some debug code was not removed from statement.c
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
All
Creation time
2006-12-27T20:18:00Z
Last change time
2014-02-15T13:21:49Z
Keywords
diagnostic
Assigned to
bugzilla
Creator
ddparnell
Comments
Comment #0 by ddparnell — 2006-12-27T20:18:02Z
The D source code file "statement.c" contains ...
Statement *ConditionalStatement::semantic(Scope *sc)
{
printf("ConditionalStatement::semantic()\n");
which looks like some debugging code that was forgotten to be removed.