Index: src/Parser/RunParser.cpp
===================================================================
--- src/Parser/RunParser.cpp	(revision 019b2d3d8a6969b118fb79b95ec14714637937aa)
+++ src/Parser/RunParser.cpp	(revision 703c88ed7fa307d0e3f27b6067038cdb4d6897fc)
@@ -45,10 +45,4 @@
 } // parse
 
-void dumpParseTree( std::ostream & out ) {
-	parseTree->printList( out );
-	delete parseTree;
-	parseTree = nullptr;
-}
-
 ast::TranslationUnit buildUnit(void) {
 	std::list<Declaration *> translationUnit;
Index: src/Parser/RunParser.hpp
===================================================================
--- src/Parser/RunParser.hpp	(revision 019b2d3d8a6969b118fb79b95ec14714637937aa)
+++ src/Parser/RunParser.hpp	(revision 703c88ed7fa307d0e3f27b6067038cdb4d6897fc)
@@ -31,7 +31,4 @@
 void parse( FILE * input, LinkageSpec::Spec linkage, bool alwaysExit = false );
 
-/// Drain the internal accumulator of parsed code and print it to the stream.
-void dumpParseTree( std::ostream & );
-
 /// Drain the internal accumulator of parsed code and build a translation
 /// unit from it.
