summaryrefslogtreecommitdiff
path: root/src/parsetree.h
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/parsetree.h
parentc3712d416e060d5b9b7fe06f4970adaf73d92bb6 (diff)
downloadcolm-b4c0e61aa9a93489ca8d33fda98538aa35786d87.tar.gz
removed print statements, using only the send statement
Diffstat (limited to 'src/parsetree.h')
-rw-r--r--src/parsetree.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/parsetree.h b/src/parsetree.h
index aba155df..e18b9d43 100644
--- a/src/parsetree.h
+++ b/src/parsetree.h
@@ -3264,12 +3264,6 @@ struct LangStmt
{
enum Type {
AssignType,
- PrintType,
- PrintXMLACType,
- PrintXMLType,
- PrintStreamType,
- PrintAccum,
- PrintDumpType,
ExprType,
IfType,
ElseType,