Index: src/CodeGen/CodeGenerator.cc
===================================================================
--- src/CodeGen/CodeGenerator.cc	(revision 7e003011cac72e307c02d183bca9cbd4a982d69b)
+++ src/CodeGen/CodeGenerator.cc	(revision ec95d1177c41ea894d346d43b00af99c7f01bb8b)
@@ -112,14 +112,4 @@
 
 	CodeGenerator::CodeGenerator( std::ostream & os, bool pretty, bool genC, bool lineMarks ) : indent( *this), cur_indent( 0 ), insideFunction( false ), output( os ), printLabels( *this ), pretty( pretty ), genC( genC ), lineMarks( lineMarks ) {}
-
-	CodeGenerator::CodeGenerator( std::ostream & os, std::string init, int indentation, bool infunp )
-			: indent( *this), cur_indent( indentation ), insideFunction( infunp ), output( os ), printLabels( *this ) {
-		//output << std::string( init );
-	}
-
-	CodeGenerator::CodeGenerator( std::ostream & os, char * init, int indentation, bool infunp )
-			: indent( *this ), cur_indent( indentation ), insideFunction( infunp ), output( os ), printLabels( *this ) {
-		//output << std::string( init );
-	}
 
 	string CodeGenerator::mangleName( DeclarationWithType * decl ) {
