diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-09 18:00:55 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-09 18:00:55 -0600 |
commit | 41d53b28284bb6b8a9ef45de4d596734f64c3971 (patch) | |
tree | 7b72e787e0866a50077f6d79c795995f013b80e8 /include/chillAST/chillAST_node.hh | |
parent | 5b5d1934d8870f49cbb1b8f45f228baa5f76d2bc (diff) | |
download | chill-41d53b28284bb6b8a9ef45de4d596734f64c3971.tar.gz chill-41d53b28284bb6b8a9ef45de4d596734f64c3971.tar.bz2 chill-41d53b28284bb6b8a9ef45de4d596734f64c3971.zip |
cleanup
Diffstat (limited to 'include/chillAST/chillAST_node.hh')
-rw-r--r-- | include/chillAST/chillAST_node.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/chillAST/chillAST_node.hh b/include/chillAST/chillAST_node.hh index 0c92372..761d0e0 100644 --- a/include/chillAST/chillAST_node.hh +++ b/include/chillAST/chillAST_node.hh @@ -348,13 +348,6 @@ public: exit(-1);; }; - virtual void printName(int indent = 0, FILE *fp = stderr) { - fflush(fp); - fprintf(fp, "\n"); - chillindent(indent, fp); - fprintf(fp, "(%s) forgot to implement printName()\n", getTypeString()); - };// print CODE - virtual void getTopLevelLoops(std::vector<chillAST_ForStmt *> &loops); virtual void repairParentChild(); |