Index: src/SynTree/BaseSyntaxNode.h
===================================================================
--- src/SynTree/BaseSyntaxNode.h	(revision 0e315a5bdd9f4a2506c85cc3c18350e2b93b270c)
+++ src/SynTree/BaseSyntaxNode.h	(revision 99d45847f7626033f67b33afdf3e149972c747b0)
@@ -41,7 +41,7 @@
   /// * Expressions should not finish with a newline, since the expression's parent has better information.
 	virtual void print( std::ostream & os, Indenter indent = {} ) const = 0;
-  void print( std::ostream & os, unsigned int indent ) {
-    print( os, Indenter{ Indenter::tabsize, indent });
-  }
+  // void print( std::ostream & os, unsigned int indent ) {
+  //   print( os, Indenter{ indent });
+  // }
 };
 
