summaryrefslogtreecommitdiff
path: root/src/declare.cc
diff options
context:
space:
mode:
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: