Index: src/Validate/CompoundLiteral.cpp
===================================================================
--- src/Validate/CompoundLiteral.cpp	(revision 2cf3b87c585cfb9fa6dcb8ea9d77ad576fccea3b)
+++ src/Validate/CompoundLiteral.cpp	(revision 58b2638c3336891719488015a8b46015e19d89d6)
@@ -27,6 +27,5 @@
 
 struct CompoundLiteral final :
-		public ast::WithDeclsToAdd<>,
-		public ast::WithVisitorRef<CompoundLiteral> {
+		public ast::WithDeclsToAdd<> {
 	ast::Storage::Classes storageClasses;
 
@@ -44,5 +43,6 @@
 
 	// Transform: [storageClasses] ... (struct S){...} ...
-	// Into:      [storageClasses] struct S _compLit = {...}; / ... temp ...
+	// Into:      [storageClasses] struct S _compLit = {...};
+	//                             ... _compLit ...
 	ast::ObjectDecl * temp = new ast::ObjectDecl(
 		expr->location,
