Index: src/Parser/RunParser.cpp
===================================================================
--- src/Parser/RunParser.cpp	(revision 019b2d3d8a6969b118fb79b95ec14714637937aa)
+++ src/Parser/RunParser.cpp	(revision 8ee54963b7cbf86746000c2fe2fbfa452b4eeb7b)
@@ -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 8ee54963b7cbf86746000c2fe2fbfa452b4eeb7b)
@@ -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.
