summaryrefslogtreecommitdiff
path: root/src/declare.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-05-07 18:49:01 -0400
committerAdrian Thurston <thurston@colm.net>2018-05-07 18:49:01 -0400
commitb4c0e61aa9a93489ca8d33fda98538aa35786d87 (patch)
treec0dd04ec579b69ee017dec5acc7d561d80fa8777 /src/declare.cc
parentc3712d416e060d5b9b7fe06f4970adaf73d92bb6 (diff)
downloadcolm-b4c0e61aa9a93489ca8d33fda98538aa35786d87.tar.gz
removed print statements, using only the send statement
Diffstat (limited to 'src/declare.cc')
-rw-r--r--src/declare.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/declare.cc b/src/declare.cc
index 5ee08895..b840882c 100644
--- a/src/declare.cc
+++ b/src/declare.cc
@@ -539,13 +539,6 @@ void LangStmt::declareForIter( Compiler *pd ) const
void LangStmt::declare( Compiler *pd ) const
{
switch ( type ) {
- case PrintType:
- case PrintXMLACType:
- case PrintXMLType:
- case PrintStreamType:
- case PrintAccum:
- case PrintDumpType:
- break;
case ExprType:
break;
case IfType: